Dingo\Api\Exception\InternalHttpException::getResponse PHP Method

getResponse() public method

Get the response of the internal request.
public getResponse ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function getResponse()
    {
        return $this->response;
    }
InternalHttpException