Exceptions

The exceptions defined in this module are used within the Watch Do package for reporting different error conditions.

None of the exceptions contain any extra logic, data or functionality, they only to provide a means to handle specific types of error.

exception watch_do.exceptions.UnknownDoer[source]

This can be raised when a Doer cannot be found.

exception watch_do.exceptions.UnknownWatcher[source]

This can be raised when a Watcher cannot be found.