vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
HTTPStatusException.this
index
vibe
http
common
HTTPStatusException
Undocumented in source.
class
HTTPStatusException
pure nothrow @
safe
@
nogc
this
(
int
status
,
string
message
= null
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
index
vibe
http
common
HTTPStatusException
constructors
this
properties
status
variables
debugMessage