__main__ handler_formatting_with_decorator.py <module> 20
Traceback (most recent call last):
  File "tests/exceptions/source/others/handler_formatting_with_decorator.py", line 20, in <module>
    a()
  File "tests/exceptions/source/others/handler_formatting_with_decorator.py", line 17, in a
    1 / 0
ZeroDivisionError: division by zero
