Module emobject.errors
Expand source code
class EMObjectException(Exception):
pass
class EMExperimentException(Exception):
pass
Classes
class EMExperimentException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Expand source code
class EMExperimentException(Exception): passAncestors
- builtins.Exception
- builtins.BaseException
class EMObjectException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Expand source code
class EMObjectException(Exception): passAncestors
- builtins.Exception
- builtins.BaseException