Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz commentedJul 18, 2017
nicolas-grekas commentedJul 18, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
fabpot commentedJul 19, 2017
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#23041Commits-------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#23573Here 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