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:
Peter Cowburn 2012-04-27 21:57:57 +00:00
parent bd82569056
commit 545354f92c

View file

@ -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">