unidown.plugin.exceptions

Default exceptions of plugins.

Exceptions

PluginError([msg])

Base class for exceptions in a plugin.

exception PluginError(msg='')[source]

Bases: Exception

Base class for exceptions in a plugin. If catching this, it is implicit that the plugin is unable to work further.

Parameters

msg (str) – message

msg: str

Exception message.