mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
IonParserMirException
mir
ion
exception
Mir Ion Parser Exception Class
The exception is used for JSON parsing.
version(D_Exceptions)
class
IonParserMirException :
IonMirException
{
size_t
location
;
this
(const(char)[] msg, size_t location, string file, size_t line, Throwable next);
this
(const(char)[] msg, size_t location, Throwable next, string file, size_t line);
}
Constructors
this
this
(const(char)[] msg, size_t location, string file, size_t line, Throwable next)
this
this
(const(char)[] msg, size_t location, Throwable next, string file, size_t line)
Members
Variables
location
size_t
location
;
Inherited Members
From IonMirException
__anonymous
mixin
MirThrowableImpl
Meta
Source
See Implementation
mir
ion
exception
classes
IonException
IonMirException
IonParserMirException
enums
IonErrorCode
functions
ionErrorMsg
ionException
unqualException
Mir Ion Parser Exception Class
The exception is used for JSON parsing.