QueryResponseJSONException

Abstract class for web query JSON exceptions, to deduplicate catching.

@safe abstract
class QueryResponseJSONException : Exception {}

Constructors

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

Constructor.

Members

Functions

json
JSONValue json()

Accessor to a JSONValue that this exception refers to.