Closed
Description
Laravel Version
11.9.0
PHP Version
8.3
Database Driver & Version
No response
Description
Tests started failing all of a sudden since 11.9.0, the error renderer throws an exception Object of class Closure could not be converted to string
https://github.com/area17/twill/actions/runs/9276889918/job/25526173648
Caused by this commit
Steps To Reproduce
Throw an exception anywhere in a controller
throw new \Exception("Model is not seeded");