forked from p15670423/monkey
Common: Remove unused CredentialsError
This commit is contained in:
parent
c875aa349f
commit
a80cd676b4
|
@ -6,11 +6,7 @@ class FailedExploitationError(Exception):
|
|||
""" Raise when exploiter fails instead of returning False """
|
||||
|
||||
|
||||
class CredentialsError(Exception):
|
||||
""" Raise when credentials are wrong"""
|
||||
|
||||
|
||||
class InvalidRegistrationCredentialsError(CredentialsError):
|
||||
class InvalidRegistrationCredentialsError(Exception):
|
||||
""" Raise when server config file changed and island needs to restart """
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue