mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed PHP bug #51885 (Typo, provisio should read "provision")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
89a79ec8c9
commit
4ff73f7555
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
caught in the <link linkend="language.exceptions">catch</link> block and
|
||||
would result in a fatal error. From 5.3.0+ exceptions thrown in the
|
||||
__autoload function can be caught in the <link linkend="language.exceptions">
|
||||
catch</link> block, with 1 proviso. If throwing a custom exception, then
|
||||
catch</link> block, with 1 provision. If throwing a custom exception, then
|
||||
the custom exception class must be available. The __autoload function may
|
||||
be used recursively to autoload the custom exception class.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue