exceptions v0.1.0 (2017-02-17T16:09:22Z)
Dub
Repo
IOException
exceptions
Undocumented in source.
class
IOException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string msg, Throwable next, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
exceptions
classes
IOException
IllegalArgumentException
NetworkException
NotImplementedException