Exception, to be thrown when an API query to the Twitch servers failed, due to having received empty JSON data.
It is a normal Exception but with attached metadata.
Create a new EmptyDataJSONException, attaching a response body.
Create a new EmptyDataJSONException, without attaching anything.
Accessor to _json.
The response body that was received.
Accessor to a JSONValue that this exception refers to.
Exception, to be thrown when an API query to the Twitch servers failed, due to having received empty JSON data.
It is a normal Exception but with attached metadata.