gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
ArgumentException
gfx
decl
sdlang
exception
Thrown when someting is wrong with the provided arguments to a function.
class
ArgumentException :
SDLangException
{
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
Thrown when someting is wrong with the provided arguments to a function.