Skip to content

Commit

Permalink
Removed unused exception class QueryError
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgit committed Apr 3, 2022
1 parent d8f5808 commit 23f6ff7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/ipinfo/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ class ConfigError(IPInfoError):
"""
pass


class QueryError(IPInfoError):
"""Raised when invalid query were given
Extends:
IPInfoError
"""
pass


class ApiTokenError(IPInfoError):
"""Raised when App Token can not be used
Expand Down

0 comments on commit 23f6ff7

Please sign in to comment.