-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
type: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
What's the problem this feature will solve?
This allows for the usual handling and follows the Python documentation.
Describe the solution you'd like
Replace inheritance of OutcomeException
from BaseException
with Exception
Alternative Solutions
I can rewrite the code to expect a BaseException
, but it does not follow Pythons recommend practice of inheriting user defined exceptions from Exception
Additional context
I'm curious to learn what the motivation is for inheriting from BaseException
instead of Exception
.
Metadata
Metadata
Assignees
Labels
type: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification