Skip to main content

exceptions

Custom exceptions for the runners package.

Classes

PlugInAlgorithmError

class PlugInAlgorithmError(*args, **kwargs):

Raised if the specified algorithm in not found in the plugins.

Ancestors

PlugInProtocolError

class PlugInProtocolError(*args, **kwargs):

Raised if the specified protocol in not found in the plugins.

Ancestors