kameloso IRC bot
Dlang.org
QuoteIndexOutOfRangeException.this
kameloso
plugins
quote
QuoteIndexOutOfRangeException
Constructor.
this
(string message, ptrdiff_t indexGiven, size_t upperBound, string file, size_t line, Throwable nextInChain)
this
(string message, string file, size_t line, Throwable nextInChain)
class
QuoteIndexOutOfRangeException
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
kameloso
plugins
quote
QuoteIndexOutOfRangeException
constructors
this
variables
indexGiven
upperBound
Constructor.