Post #1536120
2026-02-03 19:57 UTC
The code to handle errors would be so bloated to deal with every conceivable and inconceivable situation you will get errors on your errors.
The computer is as helpful as it can be with what little context it knows of what was going on. Mostly it just knows that codeline 123 went fine and 124 went not.
Replies (1)
-
@balsoft@lemmy.ml 2026-02-04 17:30
> you will get errors on your errors. Python3: hold my beer ``` During handling of the above exception, another exception occurred: ```