PHP Class Metaregistrar\EPP\eppException

Inheritance: extends Exception
Show file Open project: metaregistrar/php-epp-client

Public Methods

Method Description
__construct ( string $message = "", integer $code, Exception $previous = null, string $reason = null, string $command = null ) eppException constructor.
getClass ( ) : string
getLastCommand ( ) : string
getReason ( ) : string

Method Details

__construct() public method

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 method

public getClass ( ) : string
return string

getLastCommand() public method

public getLastCommand ( ) : string
return string

getReason() public method

public getReason ( ) : string
return string