PHP Класс Habari\XMLRPCException

Наследование: extends Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Приватные методы

Метод Описание
get_message ( integer $code ) : string Return a test-based error description for a numeric error code

Описание методов

__construct() публичный Метод

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() публичный Метод

Represent this exception as a string
public __toString ( )

output_fault_xml() публичный Метод

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