vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
WebSocketException.this
index
vibe
http
websockets
WebSocketException
this
(string msg, string file, size_t line, Throwable next)
this
(string msg, Throwable next, string file, size_t line)
class
WebSocketException
@
safe
pure nothrow
this
(
string
msg
,
Throwable
next
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Meta
Source
See Implementation
index
vibe
http
websockets
WebSocketException
constructors
this