mirror of https://github.com/Delgan/loguru.git
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
An error occurred (1):
|
|
Traceback (most recent call last):
|
|
File "tests/exceptions/source/others/catch_message.py", line 14, in <module>
|
|
a()
|
|
File "tests/exceptions/source/others/catch_message.py", line 10, in a
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|
|
An error occurred (2):
|
|
Traceback (most recent call last):
|
|
File "tests/exceptions/source/others/catch_message.py", line 17, in <module>
|
|
a()
|
|
File "tests/exceptions/source/others/catch_message.py", line 10, in a
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|