Error Handling
Built-in functions › Programming and data types › Error Handling
5 functions in this category.
| Function | What it does |
|---|---|
addCause | Attach a cause exception to a base exception. |
error | Throw an error. |
lasterror | Information about the last error encountered. |
throw | Throw a previously-constructed exception. |
warning | Display a warning message. |