EmptyResponseException

Exception, to be thrown when an API query to the Twitch servers failed, with only an empty response received.

version(TwitchSupport && WithTwitchPlugin)
package final
class EmptyResponseException : Exception {}

Constructors

this
this(string message, string file, size_t line, Throwable nextInChain)

Create a new EmptyResponseException.