kameloso IRC bot
Dlang.org
FlagStringException.this
kameloso
config
FlagStringException
Create a new
FlagStringException
, without attaching a value.
this
(string message, string file, size_t line, Throwable nextInChain)
class
FlagStringException
@
safe
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string message, string value, string file, size_t line, Throwable nextInChain)
kameloso
config
FlagStringException
constructors
this
variables
value
Create a new FlagStringException, without attaching a value.