-
Notifications
You must be signed in to change notification settings - Fork 95
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
Doesn't use the built-in TimeoutError #49
Comments
The reason I think is that built-in Besides, using the same name |
It might be a good solution to use something like |
If you inherited you would say "a TimeoutDeoratorError is a TimeoutError" which is system level by built-in definition. We should rather just rename the TimeoutError to a non-confusing alternative. |
That’s true. |
Why don't you use the built-in exception?
The text was updated successfully, but these errors were encountered: