PHP Класс Dingo\Api\Exception\InternalHttpException

Наследование: extends Symfony\Component\HttpKernel\Exception\HttpException
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$response Illuminate\Http\Response The response.

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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
Результат void

getResponse() публичный Метод

Get the response of the internal request.
public getResponse ( ) : Illuminate\Http\Response
Результат Illuminate\Http\Response

Описание свойств

$response защищенное свойство

The response.
protected Response,Illuminate\Http $response
Результат Illuminate\Http\Response