PHP Класс Horde_Imap_Client_Exception, horde

Additional server debug information MAY be found in the $details property.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Exception_Wrapped
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$raw_msg string Raw error message (in English).

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

Метод Описание
__construct ( string $message = null, code $code = null ) Constructor.
messagePrintf ( array $args = [] ) Perform substitution of variables in the error message.
setCode ( integer $code ) Allow the error code to be altered.
setMessage ( string $msg ) Allow the error message to be altered.

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

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

Constructor.
public __construct ( string $message = null, code $code = null )
$message string Error message (non-translated).
$code code Error code.

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

Needed to allow for correct translation of error message.
С версии: 2.22.0
public messagePrintf ( array $args = [] )
$args array Arguments used for substitution.

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

Allow the error code to be altered.
public setCode ( integer $code )
$code integer Error code.

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

Allow the error message to be altered.
public setMessage ( string $msg )
$msg string Error message.

Описание свойств

$raw_msg публичное свойство

Raw error message (in English).
С версии: 2.18.0
public string $raw_msg
Результат string