doot.errors.plugin

These are the doot specific errors that can occur

Exceptions

PluginError

In the course of starting up, doot tried to load a plugin that was bad.

PluginLoadError

In the course of starting up, doot tried to load a plugin that was bad.

AliasSearchError

In the course of starting up, doot tried to load a plugin that was bad.

Module Contents

exception doot.errors.plugin.PluginError[source]

Bases: doot.errors._base.BackendError

In the course of starting up, doot tried to load a plugin that was bad.

general_msg = 'Doot Plugin Error:'
exception doot.errors.plugin.PluginLoadError[source]

Bases: PluginError

In the course of starting up, doot tried to load a plugin that was bad.

exception doot.errors.plugin.AliasSearchError[source]

Bases: PluginError

In the course of starting up, doot tried to load a plugin that was bad.