pymasep.common.exception ======================== .. py:module:: pymasep.common.exception Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/pymasep/common/exception/constraint_exception/index /autoapi/pymasep/common/exception/creation_exception/index Exceptions ---------- .. autoapisummary:: pymasep.common.exception.CreationException pymasep.common.exception.ConstraintException Package Contents ---------------- .. py:exception:: CreationException Bases: :py:obj:`Exception` Exception that can occur during the creation of a pymasep object Initialize self. See help(type(self)) for accurate signature. .. py:exception:: ConstraintException Bases: :py:obj:`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.