.. _doot.errors: =========== doot.errors =========== .. py:module:: doot.errors .. autoapi-nested-parse:: These are the doot specific errors that can occur Submodules ---------- .. toctree:: :maxdepth: 1 /_docs/_autoapi/doot/errors/_base/index /_docs/_autoapi/doot/errors/command/index /_docs/_autoapi/doot/errors/config/index /_docs/_autoapi/doot/errors/control/index /_docs/_autoapi/doot/errors/parse/index /_docs/_autoapi/doot/errors/plugin/index /_docs/_autoapi/doot/errors/state/index /_docs/_autoapi/doot/errors/struct/index /_docs/_autoapi/doot/errors/task/index Exceptions ---------- .. autoapisummary:: doot.errors.EarlyExit doot.errors.Interrupt Package Contents ================ .. _doot.errors.EarlyExit: .. py:exception:: EarlyExit Bases: :py:obj:`Exception` Doot was instructed to shut down before completing the requested comand .. _doot.errors.Interrupt: .. py:exception:: Interrupt Bases: :py:obj:`control.ControlError` A Task was interrupted, usually to drop into a debugger