MCPcopy Create free account
hub / github.com/bundesAPI/smard-api / OpenApiException

Class OpenApiException

python-client/deutschland/smard/exceptions.py:12–13  ·  view source on GitHub ↗

The base exception class for all OpenAPIExceptions

Source from the content-addressed store, hash-verified

10
11
12class OpenApiException(Exception):
13 """The base exception class for all OpenAPIExceptions"""
14
15
16class ApiTypeError(OpenApiException, TypeError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected