|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct ($msg= '', $code=0, Exception $previous=null) | |
| __call ($method, array $args) | |
| __toString () | |
Protected Member Functions | |
| _getPrevious () | |
Definition at line 27 of file Exception.php.
| __construct | ( | $ | msg = '', |
| $ | code = 0, |
||
| Exception $ | previous = null |
||
| ) |
Construct the exception
| string | $msg | |
| int | $code | |
| Exception | $previous |
Definition at line 42 of file Exception.php.
Overloading
For PHP < 5.3.0, provides access to the getPrevious() method.
| string | $method | |
| array | $args |
Definition at line 61 of file Exception.php.

| __toString | ( | ) |
String representation of the exception
Reimplemented in Zend_Gdata_Gapps_ServiceException.
Definition at line 74 of file Exception.php.
| _getPrevious | ( | ) | [protected] |
Returns previous Exception
Definition at line 91 of file Exception.php.
