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

Class ForbiddenException

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

Source from the content-addressed store, hash-verified

133
134
135class ForbiddenException(ApiException):
136 def __init__(self, status=None, reason=None, http_resp=None):
137 super(ForbiddenException, self).__init__(status, reason, http_resp)
138
139
140class ServiceException(ApiException):

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected