-
Notifications
You must be signed in to change notification settings - Fork 927
Custom error handler #375
Custom error handler #375
Conversation
|
This looks ok to me. The default behavior shouldn't change and the other part has been tested against capabilities. |
|
+1 |
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.
Since the new argument is anything but trivial it should get a description in the doc block. Or at least mention which other constructor it relates to (since it is documented there).
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.
He has some doc stuff in the Service class, I think this is slim on docs because it is the Impl class.
|
Please address the one remaining comment and finally squash your commits. |
|
@dirk-thomas done! |
|
Cherry-picked to hydro-devel. |
Custom error handler
This branch allows users to define a custom behavior for handling exceptions raised from within a service.