view pylearn/exceptions.py @ 1014:e169a5a18aa3

Removed Ian from dataset committee, since actually he is not
author Olivier Delalleau <delallea@iro>
date Fri, 03 Sep 2010 14:32:08 -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"""