fghj ~master (2022-03-26T18:34:45Z)
Dub
Repo
FghjSerdeException
fghj
fghj
Serde Exception
version(D_Exceptions)
class
FghjSerdeException : SerdeException {
size_t
location
;
this
(string msg, size_t location, string file, size_t line);
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
FghjSerdeException
toMutable
();
}
Constructors
this
this
(string msg, size_t location, string file, size_t line)
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Alias This
toMutable
Members
Functions
toMutable
FghjSerdeException
toMutable
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
location
size_t
location
;
zero based faulty location
Meta
Source
See Implementation
fghj
fghj
aliases
FghjException
classes
EmptyFghjException
FghjSerdeException
InvalidFghjException
structs
Fghj
Serde Exception