TwitchJSONException

Abstract class for Twitch JSON exceptions, to deduplicate catching.

version(TwitchSupport && WithTwitchPlugin)
package abstract
class TwitchJSONException : 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.