view pylearn/exceptions.py @ 1205:5525cf3faaa2

requirements: Question about the serialization requirement
author Olivier Delalleau <delallea@iro>
date Tue, 21 Sep 2010 10:48:01 -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"""