pymasep.common.exception
Submodules
Exceptions
Exception that can occur during the creation of a pymasep object |
|
Exception that can occur during the run of the game when a constraint in a pymasep object is violated |
Package Contents
- exception pymasep.common.exception.CreationException
Bases:
ExceptionException that can occur during the creation of a pymasep object
Initialize self. See help(type(self)) for accurate signature.
- exception pymasep.common.exception.ConstraintException
Bases:
ExceptionException that can occur during the run of the game when a constraint in a pymasep object is violated
Initialize self. See help(type(self)) for accurate signature.