On this page
StreamedResponseException
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. |
|
Response | render() Render the exception. |
|
Throwable | getInnerException() Get the actual exception thrown during the stream. |
Details
void __construct(Throwable $originalException)
Create a new exception instance.
Response render()
Render the exception.
Throwable getInnerException()
Get the actual exception thrown during the stream.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Routing/Exceptions/StreamedResponseException.html