class StreamedResponseException extends RuntimeException (View source)

Properties

Throwable $originalException

The actual exception thrown during the stream.

Methods

__construct(Throwable $originalException)

Create a new exception instance.

render()

Render the exception.

getInnerException()

Get the actual exception thrown during the stream.

Details

__construct(Throwable $originalException)

Create a new exception instance.

Parameters

Throwable $originalException

Response render()

Render the exception.

Return Value

Response

Throwable getInnerException()

Get the actual exception thrown during the stream.

Return Value

Throwable