JsonParserException

Undocumented in source.
final
class JsonParserException : JsonException {}

Constructors

this
this(TextSpan span, string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this(JsonToken token, string msg, string file, size_t line, Throwable next)
Undocumented in source.

Members

Functions

span
TextSpan span()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From JsonException

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta