Source code for timApp.plugin.pluginexception
[docs]class PluginException(Exception):
"""The exception that is thrown when an error occurs during a plugin call."""
pass
[docs]class PluginException(Exception):
"""The exception that is thrown when an error occurs during a plugin call."""
pass