Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kshep9232706y@julkali then IntelliJ is going to tell me about the empty catch block 🤣 You can't win... Unless you rename your exception to "ignored"
-
I just ignore exceptions in my webapps because it either means there was a connection error and it will sort itself out as soon as the connection becomes stable again or it would just say "INTERNAL" and the exception is already logged on the server 🤷😇
Related Rants
except Exception as e
pass
joke/meme
errors
funny
try catch
python
exception