Why OutcomeException is derived from BaseException (instead of Exception)?
#12762
-
|
Hi, I'm wondering why OutcomeException is derived from The reason why I'm asking this question is the following:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Those are indeed derived from base exceptions to prevent accidental shallowing and catching |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Those are indeed derived from base exceptions to prevent accidental shallowing and catching