UnexpectedArgumentError.this

Constructs an $(D_PSYMBOL UnexpectedArgumentError).

class UnexpectedArgumentError
pure @safe
this
(
string name
,
ExpectationPair[] arguments
,
string file
,
size_t line
,
Throwable nextInChain
)

Parameters

name string

Unexpected call name.

arguments ExpectationPair[]

name's actual and expected arguments.

file string

File.

line size_t

Line number.

nextInChain Throwable

The next error.

Meta