abr_sdk.exceptions#
Common exceptions classes used throughout the SDK.
Author: Andreas Stöckel (Applied Brain Research)
Module Contents#
API#
- exception abr_sdk.exceptions.AbrSdkError#
Bases:
RuntimeErrorBase class for all exceptions thrown in the SDK.
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception abr_sdk.exceptions.AbrSdkUnexpectedState#
Bases:
abr_sdk.exceptions.AbrSdkErrorException indicating that something has reached an unexpected state.
This may suggest that there is a bug in the SDK, and not in the code using the SDK.
Initialization
Initialize self. See help(type(self)) for accurate signature.