Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
fix: revert back to HTTPException
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronekouwu committed Aug 14, 2023
1 parent 7b0e7d2 commit d5c70d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions enkanetwork/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ class EnkaServerUnknown(EnkaNetworError):
""" Exception that's raised when status code 503 occurs. """


"""
Github
"""


class HTTPException(Exception):
"""Base class for EnkaNetwork errors."""


"""
EnkaNetwork response error
"""
Expand Down

0 comments on commit d5c70d1

Please sign in to comment.