Files
idapython-src/examples-internal/idapython_example_raise_exception.py
2025-03-13 16:17:53 +01:00

5 lines
185 B
Python

"""This internal test is used to verify that pc_api tests won't swallow
exceptions while using IDAPYTHON_EXAMPLE <path_to_script>"""
raise ImportError("Nasty exception at the script")