class Illuminate / Routing / Exceptions / StreamedResponseException

StreamedResponseException

Extends

Properties

public

$originalException Throwable

The actual exception thrown during the stream.

Default: null

Methods

public

__construct ( Throwable $originalException ) : void

Create a new exception instance.

Parameters

public

render ( ) : Response

Render the exception.

public

getInnerException ( ) : Throwable

Get the actual exception thrown during the stream.