class StreamedResponseException extends RuntimeException

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

at line 21
__construct(Throwable $originalException)

Create a new exception instance.

Parameters

Throwable $originalException

at line 31
Response render()

Render the exception.

Return Value

Response

at line 39
Throwable getInnerException()

Get the actual exception thrown during the stream.

Return Value

Throwable