Python | Catching and Creating Exceptions
Catching all exceptions is sometimes used as a crutch by programmers who canât remember all of the possible exceptions that might occur in complicated operations. As such, it is also a very good way to write undebuggable code. Because of this, if one catches all exceptions, it is absolutely critical