PHP Class Dingo\Api\Exception\InternalHttpException

Inheritance: extends Symfony\Component\HttpKernel\Exception\HttpException
Afficher le fichier Open project: dingo/api

Protected Properties

Свойство Type Description
$response Illuminate\Http\Response The response.

Méthodes publiques

Méthode Description
__construct ( Response $response, string $message = null, Exception $previous = null, array $headers = [], integer $code ) : void Create a new internal HTTP exception instance.
getResponse ( ) : Illuminate\Http\Response Get the response of the internal request.

Method Details

__construct() public méthode

Create a new internal HTTP exception instance.
public __construct ( Response $response, string $message = null, Exception $previous = null, array $headers = [], integer $code ) : void
$response Symfony\Component\HttpFoundation\Response
$message string
$previous Exception
$headers array
$code integer
Résultat void

getResponse() public méthode

Get the response of the internal request.
public getResponse ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

Property Details

$response protected_oe property

The response.
protected Response,Illuminate\Http $response
Résultat Illuminate\Http\Response