ThrowError Function

Aborts the current callback and throws an error. This function does not return in that no code is executed following it.

void ThrowError(const char[] fmt, any... ...)

Parameters

const char[] fmt

String format.

any... ...

Format arguments.

Errors

Always!