Module: exceptions
Custom Javascript Exceptions
Default Exceptions used:
- EvalError
- RangeError
- ReferenceError
- SyntaxError
- TypeError
- URIError
Use try {} catch (e) {};
or try {} catch (e instanceOf errorType) {} catch (e) {};
to evaluate functions