UnexpectedCallError.this

Constructs an $(D_PSYMBOL UnexpectedCallError).

class UnexpectedCallError
pure @safe
this
(
string name
,
string[] arguments
,
string file = __FILE__
,
size_t line = __LINE__
,
Throwable nextInChain = null
)

Parameters

name string

Unexpected call name.

arguments string[]

name's arguments.

file string

File.

line size_t

Line number.

nextInChain Throwable

The next error.

Meta