loguru/tests/exceptions/output/others/catch_as_function.txt

8 lines
249 B
Plaintext

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