mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
9093ce1bc6
commit
6398de67ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue