Method | Description | |
---|---|---|
__construct ( integer $code, string $message = null ) | The exception constructor, called to create this excpetion | |
__toString ( ) | Represent this exception as a string | |
output_fault_xml ( ) | Send an XML-RPC fault output and quit. |
Method | Description | |
---|---|---|
get_message ( integer $code ) : string | Return a test-based error description for a numeric error code |
public __construct ( integer $code, string $message = null ) | ||
$code | integer | The error code to produce |
$message | string | Optional The message to display with the error |