PHP Class Phprest\Entity\Error

Afficher le fichier Open project: phprest/phprest Class Usage Examples

Protected Properties

Свойство Type Description
$code integer
$details array
$message string

Méthodes publiques

Méthode Description
__construct ( Exception $exception )
getCode ( ) : integer
getDetails ( ) : array
getMessage ( ) : string

Method Details

__construct() public méthode

public __construct ( Exception $exception )
$exception Exception

getCode() public méthode

public getCode ( ) : integer
Résultat integer

getDetails() public méthode

public getDetails ( ) : array
Résultat array

getMessage() public méthode

public getMessage ( ) : string
Résultat string

Property Details

$code protected_oe property

protected int $code
Résultat integer

$details protected_oe property

protected array $details
Résultat array

$message protected_oe property

protected string $message
Résultat string