mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
Remove pass
This commit is contained in:
parent
d189ac4d7b
commit
55c2ec468e
@ -1,22 +1,17 @@
|
||||
class VaildateUIDError(Exception):
|
||||
""" Raised when the UID is not valid. """
|
||||
pass
|
||||
|
||||
class UIDNotFounded(Exception):
|
||||
""" Raised when the UID is not found. """
|
||||
pass
|
||||
|
||||
class HTTPException(Exception):
|
||||
""" Exception that's raised when an HTTP request operation fails. """
|
||||
pass
|
||||
|
||||
class Forbidden(HTTPException):
|
||||
""" Exception that's raised for when status code 403 occurs."""
|
||||
pass
|
||||
|
||||
class EnkaServerError(HTTPException):
|
||||
""" Exception that's raised for when status code 500 occurs."""
|
||||
pass
|
||||
|
||||
class EnkaServerMaintanance(HTTPException):
|
||||
""" Exception that's raised when status code 424 occurs. """
|
Loading…
Reference in New Issue
Block a user