Source code for starbase.exceptions

__title__ = 'starbase.exceptions'
__version__ = '0.2.4'
__build__ = 0x000002
__author__ = 'Artur Barseghyan'
__all__ = ('ImproperlyConfigured', 'InvalidArguments')

[docs]class ImproperlyConfigured(Exception): """ Exception raised when developer didn't configure the code properly. """
[docs]class InvalidArguments(ValueError): """ Exception raised when invalid arguments supplied. """
Read the Docs v: 0.2.4
Versions
latest
0.2.4
0.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.