diff --git a/language/predefined/exception.xml b/language/predefined/exception.xml index bd8406e687..456151425a 100644 --- a/language/predefined/exception.xml +++ b/language/predefined/exception.xml @@ -20,7 +20,7 @@ 7. - In PHP 7, Exception implements the + Before PHP 7, Exception did not implement the Throwable interface. @@ -38,6 +38,11 @@ Exception + + + implements + Throwable +