kameloso ~master (2023-07-07T16:26:17.4135742)
Dub
Repo
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
)
Meta
Source
See Implementation
kameloso
plugins
common
misc
IRCPluginInitialisationException
constructors
this
variables
malformedFilename
pluginName
Constructs an IRCPluginInitialisationException, embedding a plugin name.