formate.exceptions

Exception classes.

exception HookNotFoundError(hook)[source]

Bases: ValueError

Exception to indicate the specified hook could not be found.

Parameters

hook (Hook) – The missing hook.

hook

Type:    Hook

The missing hook.