OutOfOrderCallError

OutOfOrderCallError is thrown only if the checking the call order among methods of the same class is enabled. The error is thrown if a method is called earlier than expected.

Constructors

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

Constructs an $(D_PSYMBOL OutOfOrderCallError).

Meta