kameloso IRC bot
Dlang.org
TwitchQueryException.this
kameloso
plugins
twitch
common
TwitchQueryException
Create a new
TwitchQueryException
, without attaching anything.
this
(string message, string responseBody, string error, uint code, string file, size_t line, Throwable nextInChain)
this
(string message, string file, size_t line, Throwable nextInChain)
class
TwitchQueryException
@
safe
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
kameloso
plugins
twitch
common
TwitchQueryException
constructors
this
variables
code
error
responseBody
Create a new TwitchQueryException, without attaching anything.