Adds/collects Hunter endpoints and cleans up the code a bit
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package net.halfbinary.scavengerhuntapi.error.exception
|
||||
|
||||
class LoginFailedException(): RuntimeException("The email and password combination is not correct.")
|
||||
class LoginFailedException : RuntimeException("The email and password combination is not correct.")
|
||||
Reference in New Issue
Block a user