mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 19:06:52 +00:00
3 lines
91 B
Python
Executable File
3 lines
91 B
Python
Executable File
def raise_from(my_exception, other_exception):
|
|
raise my_exception from other_exception
|