exceptions v0.1.0 (2017-02-17T16:09:22Z)
Dub
Repo
IOException.this
exceptions
IOException
Undocumented in source.
this
(string msg, string file, size_t line, Throwable next)
class
IOException
pure nothrow @
nogc
@
safe
this
(
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
exceptions
IOException
constructors
this