diff --git a/source/ipinfo/exceptions.py b/source/ipinfo/exceptions.py index 9e60aca..43cfc14 100644 --- a/source/ipinfo/exceptions.py +++ b/source/ipinfo/exceptions.py @@ -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