ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
33 stars 13 forks source link

fix: return exception instead of raise in `get_virtual_machine_error()` [APE-796] #42

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

noticed we were raising when we should have been returning. all it affects is the location of the exception, so not much, but is weird when looking at internal stack frames otherwise.

How I did it

raise -> return

How to verify it

Checklist