Added the exceptions thrown when you call SplHeap::extract, SplHeap::top, and SplObjectStorage::offsetGet.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320973 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Levi Morrison 2011-12-13 20:37:12 +00:00
parent 3eb596f94c
commit ccdc549169
3 changed files with 22 additions and 1 deletions

View file

@ -25,6 +25,13 @@
The value of the extracted node.
</para>
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
Throws <classname>RuntimeException</classname> when the data-structure is empty.
</para>
</refsect1><!-- }}} -->
</refentry>

View file

@ -26,6 +26,13 @@
</para>
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
Throws <classname>RuntimeException</classname> when the data-structure is empty.
</para>
</refsect1><!-- }}} -->
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -40,7 +40,14 @@
The data previously associated with the <type>object</type> in the storage.
</para>
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
Throws <classname>UnexpectedValueException</classname> when <parameter>object</parameter> could not be found.
</para>
</refsect1><!-- }}} -->
<refsect1 role="examples">
&reftitle.examples;
<para>