Skip to content
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

Remove MethodError #269

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Remove MethodError #269

merged 1 commit into from
Apr 21, 2024

Conversation

fohrloop
Copy link
Owner

@fohrloop fohrloop commented Apr 21, 2024

The usage of MethodError does not seem systematic, and it is not clear when to use it. Replaced MethodError in the few places it was used with RuntimeError (MethodError's superclass).

Could add a MethodError or similar back if there is clear need for it. But for now, keeping it simple.

@fohrloop fohrloop merged commit ecd9c44 into dev Apr 21, 2024
17 checks passed
@fohrloop fohrloop deleted the method-error branch April 21, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant