pyoperant.errors module¶
-
exception
pyoperant.errors.ComponentError[source]¶ Bases:
exceptions.Exceptionraised for errors with a component.
this should indicate a hardware error in the physical world, like a problem with a feeder.
this should be raised by components when doing any internal validation that they are working properly
-
exception
pyoperant.errors.EndBlock[source]¶ Bases:
exceptions.Exceptionexception for when a block should terminate
-
exception
pyoperant.errors.EndSession[source]¶ Bases:
exceptions.Exceptionexception for when a session should terminate
-
exception
pyoperant.errors.Error[source]¶ Bases:
exceptions.Exceptionbase class for exceptions in this module