asdf ~master (2023-02-07T17:49:28Z)
Dub
Repo
AsdfSerdeException
asdf
asdf
Serde Exception
version(D_Exceptions)
class
AsdfSerdeException : 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);
AsdfSerdeException
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
AsdfSerdeException
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
asdf
asdf
aliases
AsdfException
classes
AsdfSerdeException
EmptyAsdfException
InvalidAsdfException
structs
Asdf
Serde Exception