32
abon219
8y

Wow cool!! You can't!

Comments
  • 2
    Here starts the hard philosophy

    "the operation cannot complete because of an unknown error.
    What is an error? Or it is an unexpected behavior due to its Unknowness?
    Is the operation real or it should succeed and relief a false need of the user? (Kant) "
  • 1
    @Etrunon it's a neat thought experiment. I'd like to think some dev was bored or fed up with his project and just started throwing in meaningless errors.
  • 0
    try {
    doMainLoopStuff();
    } catch(Throwable t){
    System.out.println("unknown Error");
    }
  • 1
    @lerk else{ throw new Exception("LITERALLY CANT EVEN");}
Add Comment