Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.requests.exceptions.JSONDecodeError Class Reference
Inheritance diagram for pip._vendor.requests.exceptions.JSONDecodeError:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.requests.exceptions.JSONDecodeError:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Public Attributes

 args
 
- Public Attributes inherited from pip._vendor.requests.exceptions.RequestException
 response
 
 request
 

Detailed Description

Couldn't decode the text into json

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.requests.exceptions.JSONDecodeError.__init__ (   self,
args,
**  kwargs 
)
Construct the JSONDecodeError instance first with all
args. Then use it's args to construct the IOError so that
the json specific args aren't used as IOError specific args
and the error message from JSONDecodeError is preserved.

Reimplemented from pip._vendor.requests.exceptions.RequestException.


The documentation for this class was generated from the following file: