web3.py/web3/utils/exception_py3.py
2022-11-01 12:23:30 -07:00

3 lines
91 B
Python
Executable File

def raise_from(my_exception, other_exception):
raise my_exception from other_exception