class StreamedResponseException extends RuntimeException (View source)

Properties

Throwable $originalException

The actual exception thrown during the stream.

Methods

void
__construct(Throwable $originalException)

Create a new exception instance.

render()

Render the exception.

getInnerException()

Get the actual exception thrown during the stream.

Details

void __construct(Throwable $originalException)

Create a new exception instance.

Parameters

Throwable $originalException

Return Value

void

Response render()

Render the exception.

Return Value

Response

Throwable getInnerException()

Get the actual exception thrown during the stream.

Return Value

Throwable