Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BindingResolutionException to signal problem with container resol…
…ution (#32349) As part of static analysis sometimes abstracts get resolved which aren't resolvable => that's totally fine but it would help to use a common exception to signal this. I figured BindingResolutionException would be the correct one. For example, it's caught in cases like `\Illuminate\Foundation\Exceptions\Handler::whoopsHandler` and IMHO this would also benefit from a streamlined exception.
- Loading branch information