doot.errors.struct
These are the doot specific errors that can occur
Exceptions
The base class for all Doot Errors |
|
An error indicating a task could not be loaded correctly from its TOML spec |
Module Contents
- exception doot.errors.struct.StructError[source]
Bases:
doot.errors._base.BackendErrorThe base class for all Doot Errors will try to % format the first argument with remaining args in str()
- exception doot.errors.struct.StructLoadError[source]
Bases:
StructErrorAn error indicating a task could not be loaded correctly from its TOML spec
- general_msg = 'Doot Task Load Failure:'