kameloso IRC bot
Dlang.org
IRCPluginInitialisationException.this
kameloso
plugins
common
misc
IRCPluginInitialisationException
Constructs an
IRCPluginInitialisationException
, embedding a plugin name.
this
(string message, string pluginName, string malformedFilename, string file, size_t line, Throwable nextInChain)
this
(string message, string pluginName, string file, size_t line, Throwable nextInChain)
class
IRCPluginInitialisationException
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
pluginName
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
kameloso
plugins
common
misc
IRCPluginInitialisationException
constructors
this
variables
malformedFilename
pluginName
Constructs an IRCPluginInitialisationException, embedding a plugin name.