From 3bad8289e4eadc74e93ad036e688f9d0cd0b538b Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 24 Nov 2004 18:39:33 +0000 Subject: [PATCH] getLine() for Exception class git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173461 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/exceptions.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/oop5/exceptions.xml b/language/oop5/exceptions.xml index d8b7be0039..918dc0b353 100644 --- a/language/oop5/exceptions.xml +++ b/language/oop5/exceptions.xml @@ -1,5 +1,5 @@ - + Exceptions @@ -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