![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| __construct ($message="", $code=0, $previous=null) | |
| hasCauses () | |
| getCauses () | |
| __construct | ( | $ | message = "", |
| $ | code = 0, |
||
| $ | previous = null |
||
| ) |
Reimplemented from PHPDS_exception.
| getCauses | ( | ) |
returns a special message and a list of possible causes
Reimplemented from PHPDS_exception.
| hasCauses | ( | ) |
some Exception may choose to display some possible cause for the error, to help tracking down the error
Reimplemented from PHPDS_exception.