doot.errors._base

Exceptions

DootError

The base class for all Doot Errors

BackendError

The base class for all Doot Errors

FrontendError

The base class for all Doot Errors

UserError

The base class for all Doot Errors

Module Contents

exception doot.errors._base.DootError[source]

Bases: Exception

The base class for all Doot Errors will try to % format the first argument with remaining args in str()

general_msg: str = 'Non-Specific Doot Error:'
exception doot.errors._base.BackendError[source]

Bases: DootError

The base class for all Doot Errors will try to % format the first argument with remaining args in str()

exception doot.errors._base.FrontendError[source]

Bases: DootError

The base class for all Doot Errors will try to % format the first argument with remaining args in str()

exception doot.errors._base.UserError[source]

Bases: DootError

The base class for all Doot Errors will try to % format the first argument with remaining args in str()