Source code for starbase.exceptions

__title__ = 'starbase.exceptions'
__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.5
Versions
latest
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2
0.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.