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 SolidityError #1901

Closed
kclowes opened this issue Mar 11, 2021 · 1 comment
Closed

Remove SolidityError #1901

kclowes opened this issue Mar 11, 2021 · 1 comment

Comments

@kclowes
Copy link
Collaborator

kclowes commented Mar 11, 2021

version: v6.x

What was wrong?

Revert messages used to raise a SolidityError, but they should have been raising something more generic to account for different languages.

How can it be fixed?

SolidityError has already been removed, but the error that is currently raised by revert inherits from it. Will need to remove the inheritance.

@kclowes
Copy link
Collaborator Author

kclowes commented Jan 5, 2023

Completed via #2697

@kclowes kclowes closed this as completed Jan 5, 2023
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

No branches or pull requests

1 participant