PHP Class Neos\Flow\Exception

Inheritance: extends Exception
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$referenceCode string
$statusCode integer

Méthodes publiques

Méthode Description
getReferenceCode ( ) : string Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
getStatusCode ( ) : integer Returns the HTTP status code this exception corresponds to (defaults to 500).

Method Details

getReferenceCode() public méthode

Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
public getReferenceCode ( ) : string
Résultat string

getStatusCode() public méthode

Returns the HTTP status code this exception corresponds to (defaults to 500).
public getStatusCode ( ) : integer
Résultat integer

Property Details

$referenceCode protected_oe property

protected string $referenceCode
Résultat string

$statusCode protected_oe property

protected int $statusCode
Résultat integer