diff --git a/language/exceptions.xml b/language/exceptions.xml index 0018e7825d..3770815c3b 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -25,6 +25,11 @@ "Uncaught Exception ..." message, unless a handler has been defined with set_exception_handler. + + The thrown object must be an instance of the Exception + class or a subclass of Exception. Trying to throw an + object that is not will result in a PHP Fatal Error. + Internal PHP functions mainly use