Remove more PHP 4 related info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346158 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-12-04 01:12:11 +00:00
parent 9093ce1bc6
commit 6398de67ed

View file

@ -217,7 +217,7 @@ class MyException extends Exception
<simplesect xml:id="language.exceptions.introduction">
<para>
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