mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 22:11:25 +00:00
3 lines
68 B
Python
3 lines
68 B
Python
def reraise_impl(e, traceback):
|
|
raise e.__class__, e, traceback
|