From 6398de67edc88a4f296fbcc2103a7565a043492e Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 4 Dec 2018 01:12:11 +0000 Subject: [PATCH] Remove more PHP 4 related info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346158 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/exceptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/exceptions.xml b/language/exceptions.xml index d27634e711..d9731d6de6 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -217,7 +217,7 @@ class MyException extends Exception - PHP 5 has an exception model similar to that of other programming + PHP has an exception model similar to that of other programming languages. An exception can be &throw;n, and caught ("&catch;ed") within PHP. Code may be surrounded in a &try; block, to facilitate the catching of potential exceptions. Each &try; must have at least one corresponding