Browse Source
This commit improves the exception that is thrown when a particular source class cannot be parsed. Previously, the message would include the root configuration class, which may not be the class that actually failed as parsing can trigger component scan. There's now a dedicated catch that generates an exception message that includes the class that is currently parsed. Closes gh-31146pull/30079/head
Stéphane Nicoll
1 year ago
1 changed files with 11 additions and 4 deletions
Loading…
Reference in new issue