PHP 클래스 Dingo\Api\Exception\InternalHttpException

상속: extends Symfony\Component\HttpKernel\Exception\HttpException
파일 보기 프로젝트 열기: dingo/api

보호된 프로퍼티들

프로퍼티 타입 설명
$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