collections-d v0.4.5 (2021-09-21T18:03:52Z)
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
static variables
attrList
Thrown if incorrect arguments are passed to a function