-
Notifications
You must be signed in to change notification settings - Fork 7
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
IBX-190: Added try/catch block for methods using SearchService::findContent #74
IBX-190: Added try/catch block for methods using SearchService::findContent #74
Conversation
e979082
to
cbc435d
Compare
70a6249
to
ecea503
Compare
ecea503
to
c9a7dbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍, although I'd prefer to use LoggerAwareInterface
/ LoggerAwareTrait
. And I sure do hope that handling those exception in this manner will not hide any critical issues with applications.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…ontent
v4.0
This PR provides added try/catch block for methods using
SearchService::findContent
. If contents are not found in content repository then fetching data from data sources shouldn't be broken. In case when exception will thrown error message will be logged.Checklist:
$ composer fix-cs
).@ezsystems/php-dev-team
).