mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
4 lines
90 B
Python
4 lines
90 B
Python
try:
|
|
a = a / 0
|
|
except ZeroDivisionError as ex:
|
|
raise ValueError() fr<the_ref>om ex |