Closed dlech closed 2 years ago
Catching all exceptions is usually not desired. For example, this could ignore KeyboardInterrupt or SystemExit.
KeyboardInterrupt
SystemExit
Thanks!
Catching all exceptions is usually not desired. For example, this could ignore
KeyboardInterrupt
orSystemExit
.