إدارة الأخطاء

CATCH يقوم بتتبع الخطأ في الوظيفة
DEBUG يرسل رسالة لمعالجة الخطأ.
ERROR يعود حين حدوث خطأ أو يقوم بطباعة رسالة خطأ.
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.