mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 23:12:46 +00:00
3 lines
68 B
Python
3 lines
68 B
Python
![]() |
def reraise_impl(e, traceback):
|
||
|
raise e.__class__, e, traceback
|