mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
IonException
mir
ion
exception
Mir Ion Exception Class
version(D_Exceptions)
class
IonException : SerdeException {
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)
this
this
(string msg, Throwable next, string file, size_t line)
mir
ion
exception
classes
IonException
IonMirException
IonParserMirException
enums
IonErrorCode
functions
ionErrorMsg
ionException
Mir Ion Exception Class