PHP Class Habari\XMLRPCException

Inheritance: extends Exception
Afficher le fichier Open project: habari/system

Méthodes publiques

Méthode 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.

Private Methods

Méthode Description
get_message ( integer $code ) : string Return a test-based error description for a numeric error code

Method Details

__construct() public méthode

The exception constructor, called to create this excpetion
public __construct ( integer $code, string $message = null )
$code integer The error code to produce
$message string Optional The message to display with the error

__toString() public méthode

Represent this exception as a string
public __toString ( )

output_fault_xml() public méthode

Send an XML-RPC fault output and quit.
public output_fault_xml ( )