Source code for pif.exceptions

__title__ = 'pif.exceptions'
__author__ = 'Artur Barseghyan'
__copyright__ = 'Copyright (c) 2013-2016 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
__all__ = ('InvalidRegistryItemType',)


[docs]class InvalidRegistryItemType(ValueError): """Raised when an attempt is made to register an irrelevant item. Raised when an attempt is made to register an item in the registry which does not have a proper type. """