The 'previous' parameter first appeared in php > 5.3.0
Exception
(PHP 5 >= 5.1.0)
Wstęp
Exception is the base class for all Exceptions.
Krótki opis klasy
Exception
{
/* Właściwości */
/* Metody */
}Właściwości
- message
-
The exception message
- code
-
The exception code
- file
-
The filename where the exception was created
- line
-
The line where the exception was created
Spis treści
- Exception::__construct — Construct the exception
- Exception::getMessage — Gets the Exception message
- Exception::getPrevious — Returns previous Exception
- Exception::getCode — Gets the Exception code
- Exception::getFile — Gets the file in which the exception occurred
- Exception::getLine — Gets the line in which the exception occurred
- Exception::getTrace — Gets the stack trace
- Exception::getTraceAsString — Gets the stack trace as a string
- Exception::__toString — String representation of the exception
- Exception::__clone — Clone the exception
derak dot kilgo at esc13 dot txed dot net
25-Apr-2012 06:37
taras dot dot dot di at gmail dot com
22-Jul-2008 07:08
Note that the default message is an empty string, and the default code is zero
