UnexpectedArgumentError

Error thrown when a method has been called with arguments that don't match the expected ones.

Constructors

this
this(string name, ExpectationPair[] arguments, string file, size_t line, Throwable nextInChain)

Constructs an $(D_PSYMBOL UnexpectedArgumentError).

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta