mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
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)
Meta
Source
See Implementation
mir
ion
exception
classes
IonException
IonMirException
IonParserMirException
enums
IonErrorCode
functions
ionErrorMsg
ionException
unqualException
Mir Ion Exception Class