thebotbloglib ~master (2022-03-29T13:42:34.9704567)
Dub
Repo
WebException.this
thebotbloglib
exceptions
WebException
Creates a new web exception.
class
WebException
@
safe
this
(
string
message
,
string
fn
= __FILE__
,
size_t
ln
= __LINE__
)
Parameters
message
string
The message.
fn
string
The file.
ln
size_t
The line.
Meta
Source
See Implementation
thebotbloglib
exceptions
WebException
constructors
this
Creates a new web exception.