mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IJ-CR-26384 GitOrigin-RevId: 07f7f8c4ce17c4906e9346715f92a9489d1f6c74
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 |