gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
SDLangException
gfx
decl
sdlang
exception
Abstract parent class of all SDLang-D defined exceptions.
abstract
class
SDLangException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
gfx
decl
sdlang
exception
aliases
SDLangParseException
SDLangRangeException
SDLangValidationException
classes
ArgumentException
AttributeNotFoundException
DOMException
DOMNotFoundException
DOMRangeException
ParseException
SDLangException
TagNotFoundException
ValidationException
ValueNotFoundException
Abstract parent class of all SDLang-D defined exceptions.