EmptyResponseException

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

@safe final
class EmptyResponseException : Exception {}

Constructors

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

Create a new EmptyResponseException.