collections-d v0.5.1 (2023-10-18T18:46:02Z)
Dub
Repo
IncorrectArgumentsException
collections
commons
Thrown if incorrect arguments are passed to a function
class
IncorrectArgumentsException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
collections
commons
classes
ElementNotFoundException
IncorrectArgumentsException
functions
defaultHash
defaultHash128
generateOverrides
ifCompiles
static variables
attrList
structs
TestStructWithKey
Thrown if incorrect arguments are passed to a function