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

Type specific runtime type errors #2957

Merged
merged 5 commits into from
May 22, 2020
Merged

Type specific runtime type errors #2957

merged 5 commits into from
May 22, 2020

Conversation

rmosolgo
Copy link
Owner

Sometimes these errors get lumped together in our bug tracker because they have the same names and backtraces. But they're really very different -- I hope to make that clear by making type-specific error classes. (We already do this with internal authorization errors which is 👌 .)

It should be just fine from a compat standpoint, since they're all subclasses of the original.

@rmosolgo rmosolgo self-assigned this May 21, 2020
@rmosolgo rmosolgo added this to the 1.10.11 milestone May 22, 2020
@rmosolgo
Copy link
Owner Author

It seems like the PR build is failing because of a lint error on master.

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