view pylearn/exceptions.py @ 1520:61134776e33c

make the setup.py file work.
author Frederic Bastien <nouiz@nouiz.org>
date Wed, 31 Oct 2012 14:36:55 -0400
parents b054271b2504
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"""