Source code for dash.exceptions

__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = 'Copyright (c) 2013 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
__all__ = ('InvalidRegistryItemType', 'LayoutDoesNotExist', 'NoActiveLayout', \
           'PluginWidgetOutOfPlaceholderBoundaries')

[docs]class InvalidRegistryItemType(ValueError): """ Raised when an attempt is made to register an item in the registry which does not have a proper type. """
[docs]class LayoutDoesNotExist(Exception): """ Raised when layout does not exist. """
class NoActiveLayoutChosen(Exception): """ Raised when no active layout is chosen. """
[docs]class PluginWidgetOutOfPlaceholderBoundaries(Exception): """ Raised when plugin widget is out of placeholder boundaries. """
Read the Docs v: 0.3.2
Versions
latest
0.3.2
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.