File and line points to new, not throw

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313584 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-07-22 12:42:42 +00:00
parent b65e960a04
commit bd8f71c1cb

View file

@ -86,13 +86,13 @@
<varlistentry xml:id="exception.props.file">
<term><varname>file</varname></term>
<listitem>
<para>The filename where the exception was thrown</para>
<para>The filename where the exception was created</para>
</listitem>
</varlistentry>
<varlistentry xml:id="exception.props.line">
<term><varname>line</varname></term>
<listitem>
<para>The line where the exception was thrown</para>
<para>The line where the exception was created</para>
</listitem>
</varlistentry>
</variablelist>