5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
Traceback (most recent call last):
|
|
File "app.py", line 1, in <module>
|
|
raise RuntimeError("boom")
|
|
RuntimeError: boom
|