Public Member Functions | |
__construct ($faultCode, $customMessage=null) | |
getCustomMessage () | |
Protected Attributes | |
$_customMessage = null |
Definition at line 34 of file Exception.php.
__construct | ( | $ | faultCode, | |
$ | customMessage = null | |||
) |
Definition at line 38 of file Exception.php.
00039 { 00040 parent::__construct($faultCode); 00041 $this->_customMessage = $customMessage; 00042 }
getCustomMessage | ( | ) |
Custom error message, if error is not in api.
Definition at line 49 of file Exception.php.
$_customMessage = null [protected] |
Definition at line 36 of file Exception.php.