SamsSystemErrors – System Errors¶
-
class
UnknownError(message: str, exception: Optional[Exception] = None)¶ Raised when an unknown/unhandled error has occurred
-
class
AssertionError(message: str, exception: Optional[Exception] = None)¶ Raised when an assertion has failed in the code