MCPcopy
hub / github.com/psf/requests / InvalidJSONError

Class InvalidJSONError

src/requests/exceptions.py:38–39  ·  view source on GitHub ↗

A JSON error occurred.

Source from the content-addressed store, hash-verified

36
37
38class InvalidJSONError(RequestException):
39 """A JSON error occurred."""
40
41
42class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError):

Callers 1

prepare_bodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected