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 """
|
""" Raise when exploiter fails instead of returning False """
|
||||||
|
|
||||||
|
|
||||||
class CredentialsError(Exception):
|
class InvalidRegistrationCredentialsError(Exception):
|
||||||
""" Raise when credentials are wrong"""
|
|
||||||
|
|
||||||
|
|
||||||
class InvalidRegistrationCredentialsError(CredentialsError):
|
|
||||||
""" Raise when server config file changed and island needs to restart """
|
""" Raise when server config file changed and island needs to restart """
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue