kameloso IRC bot
Dlang.org
UnexpectedJSONException.this
kameloso
plugins
twitch
common
UnexpectedJSONException
Create a new
UnexpectedJSONException
, attaching a
JSONValue
.
this
(string message, JSONValue _json, string file, size_t line, Throwable nextInChain)
class
UnexpectedJSONException
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
JSONValue
_json
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string message, string file, size_t line, Throwable nextInChain)
kameloso
plugins
twitch
common
UnexpectedJSONException
constructors
this
functions
json
variables
_json
Create a new UnexpectedJSONException, attaching a JSONValue.