view pylearn/exceptions.py @ 819:7dfecf11cbf4

...
author dumitru@deepnets.mtv.corp.google.com
date Wed, 02 Sep 2009 14:23:50 -0700
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"""