CATCH | Catches an error in a function. |
DEBUG | Prints a debugging message. |
ERROR | Returns if an error happened, or prints an error message. |
Error | The Error static class. |
FINALLY | Executes a block of code in a function, even if there was an error. |
TRY | Tries to execute a statement, without raising an error. |