Custom error class for variable errors. VariableError
The error message.
V0.2.2
throw new VariableError('Variable not found'); Copy
throw new VariableError('Variable not found');
Create a new VariableError
The error message
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Custom error class for variable errors. VariableError
Param: message
The error message.
Since
V0.2.2
Example