Mercurial > pylearn
view pylearn/exceptions.py @ 646:fa6c399dc292
Get rid of dbdict, it now has its own repository.
author | Pascal Lamblin <lamblinp@iro.umontreal.ca> |
---|---|
date | Tue, 03 Feb 2009 16:47:40 -0500 |
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"""