kameloso IRC bot
Dlang.org
TitleFetchException.this
kameloso
plugins
webtitle
TitleFetchException
Create a new
TitleFetchException
, without attaching anything.
this
(string message, string url, uint code, string file, size_t line, Throwable nextInChain)
this
(string message, string file, size_t line, Throwable nextInChain)
class
TitleFetchException
@
safe
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
kameloso
plugins
webtitle
TitleFetchException
constructors
this
variables
code
url
Create a new TitleFetchException, without attaching anything.