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):
    pass

Ancestors

  • builtins.Exception
  • builtins.BaseException
class EMObjectException (*args, **kwargs)

Common base class for all non-exit exceptions.

Expand source code
class EMObjectException(Exception):
    pass

Ancestors

  • builtins.Exception
  • builtins.BaseException