API¶
Package emcd_projects
¶
Todo
Provide package description.
Module emcd_projects.exceptions
¶
Family of exceptions for package API.
Omniexception
: Base for all package exceptionsOmnierror
: Base for all package errors
- exception emcd_projects.exceptions.Omnierror¶
Bases:
Omniexception
,Exception
Base for error exceptions raised by package API.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception emcd_projects.exceptions.Omniexception¶
Bases:
BaseException
Base for all exceptions raised by package API.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶