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