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