thebotbloglib ~master (2022-03-29T13:42:34.9704567)
Dub
Repo
WebException
thebotbloglib
exceptions
Undocumented in source.
final
class
WebException : Exception {
this
(string message, string fn, size_t ln);
}
Constructors
this
this
(string message, string fn, size_t ln)
Creates a new web exception.
Meta
Source
See Implementation
thebotbloglib
exceptions
classes
WebException