pymasep.common.exception

Submodules

Exceptions

CreationException

Exception that can occur during the creation of a pymasep object

ConstraintException

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: Exception

Exception 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: Exception

Exception 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.