mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #78484: Missing constructor error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348154 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5d67e7308d
commit
0332551080
1 changed files with 8 additions and 0 deletions
|
@ -80,6 +80,14 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
When invoked as constructor, on failure an <classname>IntlException</classname>
|
||||
is thrown.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue