kameloso IRC bot
Dlang.org
InvalidCredentialsException.this
kameloso
plugins
twitch
common
InvalidCredentialsException
Create a new
InvalidCredentialsException
, attaching a channel name.
this
(string message, JSONValue json, string file, size_t line, Throwable nextInChain)
this
(string message, string channelName, string file, size_t line, Throwable nextInChain)
class
InvalidCredentialsException
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
channelName
,
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
InvalidCredentialsException
constructors
this
variables
channelName
json
Create a new InvalidCredentialsException, attaching a channel name.