Source code for ska.contrib.django.ska.exceptions

__title__ = 'ska.contrib.django.ska.exceptions'
__version__ = '0.9'
__build__ = 0x000009
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__all__ = ('ImproperlyConfigured',)

[docs]class ImproperlyConfigured(Exception): """ Exception raised when developer didn't configure the code properly. """
Read the Docs v: 0.9
Versions
latest
0.9
0.8
0.7
0.6
0.5
0.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.