.. _dootle.control.fsm.errors: ========================= dootle.control.fsm.errors ========================= .. py:module:: dootle.control.fsm.errors Exceptions ---------- .. autoapisummary:: dootle.control.fsm.errors.FSMSkip dootle.control.fsm.errors.FSMHalt Module Contents =============== .. _dootle.control.fsm.errors.FSMSkip: .. py:exception:: FSMSkip Bases: :py:obj:`doot.errors.DootError` The base class for all Doot Errors will try to % format the first argument with remaining args in str() .. _dootle.control.fsm.errors.FSMHalt: .. py:exception:: FSMHalt Bases: :py:obj:`doot.errors.DootError` The base class for all Doot Errors will try to % format the first argument with remaining args in str()