vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
ReadTimeoutException.this
vibe
core
net
ReadTimeoutException
Undocumented in source.
this
(string message, Throwable next, string file, size_t line)
this
(string message, string file, size_t line, Throwable next)
class
ReadTimeoutException
@
safe
pure nothrow
this
(
string
message
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
vibe
core
net
ReadTimeoutException
constructors
this