class Illuminate / Http / Exceptions / HttpResponseException

HttpResponseException

Extends

Properties

protected

$response Symfony\...\Response

The underlying response instance.

Default: null

Methods

public

__construct ( Symfony\...\Response $response ) : void

Create a new HTTP response exception instance.

Parameters

  • $response Symfony\...\Response
public

getResponse ( ) : Symfony\...\Response

Get the underlying response instance.