.. _doot.errors._base: ================= doot.errors._base ================= .. py:module:: doot.errors._base Exceptions ---------- .. autoapisummary:: doot.errors._base.DootError doot.errors._base.BackendError doot.errors._base.FrontendError doot.errors._base.UserError Module Contents =============== .. _doot.errors._base.DootError: .. py:exception:: DootError Bases: :py:obj:`Exception` The base class for all Doot Errors will try to % format the first argument with remaining args in str() .. py:attribute:: general_msg :type: str :value: 'Non-Specific Doot Error:' .. _doot.errors._base.BackendError: .. py:exception:: BackendError Bases: :py:obj:`DootError` The base class for all Doot Errors will try to % format the first argument with remaining args in str() .. _doot.errors._base.FrontendError: .. py:exception:: FrontendError Bases: :py:obj:`DootError` The base class for all Doot Errors will try to % format the first argument with remaining args in str() .. _doot.errors._base.UserError: .. py:exception:: UserError Bases: :py:obj:`DootError` The base class for all Doot Errors will try to % format the first argument with remaining args in str()