dootle.control.fsm.errors

Exceptions

FSMSkip

The base class for all Doot Errors

FSMHalt

The base class for all Doot Errors

Module Contents

exception dootle.control.fsm.errors.FSMSkip[source]

Bases: doot.errors.DootError

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

exception dootle.control.fsm.errors.FSMHalt[source]

Bases: doot.errors.DootError

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