unexpectedCallError

Constructs an $(D_PSYMBOL UnexpectedCallError).

unexpectedCallError
(
T
Args...
)
(
string name
,,
string file = __FILE__
,
size_t line = __LINE__
,
Throwable nextInChain = null
)

Parameters

T

Object type.

Args

name's argument types.

name string

Unexpected call name.

arguments Args

name's arguments.

file string

File.

line size_t

Line number.

nextInChain Throwable

The next error.

Return Value

$(D_PSYMBOL UnexpectedCallError).

Meta