Ad
  • Default User Avatar

    ./src/test/java/UserTest.java:6: error: unreported exception Exception; must be caught or declared to be thrown
    user.incProgress(rank);
    ^

    Can someone help me with this. I am throwing an exception but that does'nt seem to work.