-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Config] Make ClassExistenceResource throw on invalid parents #23573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9a2cde2
to
53b0190
Compare
Can you check the "previous" exceptions? Basically, this may be fixed by reverting the order of displayed exceptions (or any other way to make previous exceptions more visible). But for another PR then. |
Thank you @nicolas-grekas. |
…nts (nicolas-grekas) This PR was merged into the 3.3 branch. Discussion ---------- [Config] Make ClassExistenceResource throw on invalid parents | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23564 | License | MIT | Doc PR | - Let's throw a more specific exception when a parent class/interface/trait is missing. Fine tunes #23041 Commits ------- 53b0190 [Config] Make ClassExistenceResource throw on invalid parents
This PR was merged into the 3.3 branch. Discussion ---------- [Config] Minor fix | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - My bad. BTW @javiereguiluz I confirm my diagnosis on #23573 Here is the last exception in that error page:  Commits ------- fa0b942 [Config] Minor fix
Let's throw a more specific exception when a parent class/interface/trait is missing.
Fine tunes #23041