PHP Interface Exceptions\Http\HttpExceptionInterface

Author: Mathieu Dumoulin aka CrazyCodr ([email protected])
Afficher le fichier Open project: crazycodr/standard-exceptions

Méthodes publiques

Méthode Description
getHttpCode ( ) : integer Returns the standard HTTP code associated with this exception.
getHttpCodeClass ( ) : integer Returns the standard HTTP code class associated with this exception.
getHttpMessage ( ) : string Returns the standard HTTP message associated with this exception.

Method Details

getHttpCode() public static méthode

Returns the standard HTTP code associated with this exception.
public static getHttpCode ( ) : integer
Résultat integer

getHttpCodeClass() public static méthode

Returns the standard HTTP code class associated with this exception.
public static getHttpCodeClass ( ) : integer
Résultat integer

getHttpMessage() public static méthode

Returns the standard HTTP message associated with this exception.
public static getHttpMessage ( ) : string
Résultat string