kameloso IRC bot
Dlang.org
HTTPQueryException.this
kameloso
net
HTTPQueryException
Create a new
HTTPQueryException
, attaching a response body, an error and an HTTP status code.
this
(string message, string responseBody, string error, uint code, string file, size_t line, Throwable nextInChain)
class
HTTPQueryException
@
safe
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
responseBody
,
const
string
error
,
const
uint
code
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string message, string file, size_t line, Throwable nextInChain)
kameloso
net
HTTPQueryException
constructors
this
variables
code
error
responseBody
Create a new HTTPQueryException, attaching a response body, an error and an HTTP status code.