mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
changelog for directoryiterator constructor exceptions (doc #61833)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325477 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd82569056
commit
545354f92c
1 changed files with 43 additions and 0 deletions
|
@ -40,6 +40,49 @@
|
|||
Throws an <classname>UnexpectedValueException</classname>
|
||||
if the <parameter>path</parameter> cannot be opened.
|
||||
</para>
|
||||
<para>
|
||||
Throws a <classname>RuntimeException</classname>
|
||||
if the <parameter>path</parameter> is an empty string.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Throws <classname>UnexpectedValueException</classname> if the
|
||||
<parameter>path</parameter> cannot be opened.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.1.3</entry>
|
||||
<entry>
|
||||
Throws <classname>RuntimeException</classname> if the
|
||||
<parameter>path</parameter> is an empty string.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.1.0</entry>
|
||||
<entry>
|
||||
Throws <classname>RuntimeException</classname> on error.
|
||||
Previously, threw <classname>Exception</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
|
Loading…
Reference in a new issue