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).

Meta