Skip to main content
Version: 0.6

exceptions

superduper.base.exceptions

Source code

BaseException​

BaseException(self,
msg)
ParameterDescription
msgmsg for Exception

BaseException which logs a message after exception.

ComponentInUseError​

ComponentInUseError(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for Exception
kwargs**kwargs for Exception

Exception raised when a component is already in use.

MissingSecretsException​

MissingSecretsException(self,
msg)
ParameterDescription
msgmsg for BaseException

Missing secrets.

ServiceRequestException​

ServiceRequestException(self,
msg)
ParameterDescription
msgmsg for BaseException

Service request exception.

TableNotFoundError​

TableNotFoundError(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for Exception
kwargs**kwargs for Exception

Table not found in database.

UnsupportedDatatype​

UnsupportedDatatype(self,
msg)
ParameterDescription
msgmsg for BaseException

UnsupportedDatatype.