76
Comments
  • 10
    Main {
    ....try {
    .... // Insert all your code here
    .... } catch(Exception e) {

    .... }
    }

    Had to add dots for indenting because the spaces got removed.

    Have a nice day without crashes!
  • 7
    @Traser 🤫 you don’t have bugs if it never fails
  • 6
    @C0D4 it will irrationally fail yet not failing.
  • 4
    I had to do that with the project I am writing right now, but the bug (might not even be a bug tbh I can't properly test it) isn't in my code. It's in a library I'm using.
Add Comment