multipackage.data.scripts.shared_errors module¶
Shared exceptions among the various command line scripts installed here.
Summary¶
Exceptions:
ExternalError |
|
GenericError |
|
InternalError |
|
MismatchError |
Functions:
handle_exception |
Helper function for handling exceptions raised in main. |
Reference¶
-
exception
multipackage.data.scripts.shared_errors.MismatchError(subsystem, expected, found)[source]¶ Bases:
Exception
-
exception
multipackage.data.scripts.shared_errors.ExternalError(service, message)[source]¶ Bases:
Exception