try { // do stuff } except( Exception e) { // ignore }
I will agree that it's not possible to accidentally ignore an exception, since it will likely crash your application.
I will agree that it's not possible to accidentally ignore an exception, since it will likely crash your application.