From 55c2ec468ee3ac4238da9f49ae03ee9f7dad3cd9 Mon Sep 17 00:00:00 2001 From: "M307 (Mac)" Date: Wed, 18 Jan 2023 20:05:08 +0700 Subject: [PATCH] Remove pass --- enkanetwork/exception.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/enkanetwork/exception.py b/enkanetwork/exception.py index c0220d0..f17692a 100644 --- a/enkanetwork/exception.py +++ b/enkanetwork/exception.py @@ -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. """ \ No newline at end of file