view exceptions.py @ 182:4afb41e61fcf

strange bug in linker obtained by 'python test_mlp.py'
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Tue, 13 May 2008 17:00:53 -0400
parents ee11ed427ba8
children
line wrap: on
line source

"""
Common exceptions.
@todo: This file should be part of a common/ python package.
"""

class AbstractFunction (Exception): """Derived class must override this function"""
class NotImplementedYet (NotImplementedError): """Work in progress, this should eventually be implemented"""