mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
getLine() for Exception class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173461 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02eb4ce4fc
commit
3bad8289e4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<sect1 id="language.oop5.exceptions">
|
||||
<title>Exceptions</title>
|
||||
|
||||
|
@ -64,6 +64,7 @@ class Exception
|
|||
final function getMessage(); // message of exception
|
||||
final function getCode(); // code of exception
|
||||
final function getFile(); // source filename
|
||||
final function getLine(); // source line
|
||||
final function getTrace(); // an array of the backtrace()
|
||||
final function getTraceAsString(); // formated string of trace
|
||||
|
||||
|
|
Loading…
Reference in a new issue