PHP Класс Metaregistrar\EPP\eppException

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

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

Метод Описание
__construct ( string $message = "", integer $code, Exception $previous = null, string $reason = null, string $command = null ) eppException constructor.
getClass ( ) : string
getLastCommand ( ) : string
getReason ( ) : string

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

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

eppException constructor.
public __construct ( string $message = "", integer $code, Exception $previous = null, string $reason = null, string $command = null )
$message string
$code integer
$previous Exception
$reason string
$command string

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

public getClass ( ) : string
Результат string

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

public getLastCommand ( ) : string
Результат string

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

public getReason ( ) : string
Результат string