Closed ncrypthic closed 7 years ago
I don't know why this PR is not still resolved, but here is my 2 cents:
ServiceNotFoundException
can for real be the proper exception that is thrown because there is no goaop.aspect.container
service defined in container due to bad configuration. Converting it to RuntimeException
with given error message could make user think that error is somewhere where it is not.Your workaround is appropriate - we all do the same when we stumble upon similar situation (and that happens often when developing).
Since it is 1 year old PR, and it is known issue in regards to SF applications and bundles, I will have to close this PR without merging, sorry.
If you believe that this ought to be implemented, could you please provide some kind of method that will really, unambiguously, detect the state when cache is broken?
@ncrypthic By the way - thank you for your PR, appreciated either way. Your bug report will help someone when googling/searching for same issue.
Fix #8, update style