jsonizer ~master (2022-01-06T23:35:48Z)
Dub
Repo
JsonizeException
jsonizer
exceptions
Base class of any exception thrown by
jsonizer
.
class
JsonizeException : Exception {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
jsonizer
exceptions
classes
JsonizeConstructorException
JsonizeException
JsonizeMismatchException
JsonizeTypeException
Base class of any exception thrown by jsonizer.