runtimeError constant

ErrorType const runtimeError

Run-time errors are errors that occurred during execution. A run time error is reported by the interpreter.

Implementation

static const runtimeError =
    ErrorType('RUNTIME_ERROR', 7, ErrorSeverity.error);