Fix crashes
parent
1b64c2a330
commit
262e26a0cc
@ -1,3 +1,3 @@
|
||||
package org.koitharu.kotatsu.core.exceptions
|
||||
|
||||
class WrongPasswordException : SecurityException()
|
||||
class WrongPasswordException : IllegalArgumentException()
|
||||
|
||||
Loading…
Reference in New Issue