Skip to content

Conversation

@rhurling
Copy link
Contributor

Hey, this PR just fixes a small bug in the change not render exception inside a streamed download.
Currently it accesses the ->message property of a Throwable, which is not defined in the interface and is (in my case) protected, which results in a new error.
This PR just changes that to the defined ->getMessage() of a Throwable.

Hey, this PR just fixes a small bug in the change not render exception inside a streamed download.  
Currently it accesses the `->message` property of a `Throwable`, which is not defined in the interface and is (in my case) protected, which results in a new error.
This PR just changes that to the defined `->getMessage()` of a `Throwable`.
@taylorotwell taylorotwell merged commit d6822c4 into laravel:9.x Apr 13, 2022
@rhurling rhurling deleted the patch-1 branch April 13, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants