Source code for dash.exceptions

__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.1.4
Versions
latest
0.3.2
0.3
0.2.4
0.1.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.