appliedsec / pygeoip

DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
https://github.com/appliedsec/pygeoip
GNU Lesser General Public License v3.0
482 stars 111 forks source link

Improve exception handling #69

Closed Ironholds closed 10 years ago

Ironholds commented 10 years ago

Adds a generic error handler for unsupported databases, and makes the error messages for ipv4 and ipv6 exceptions more verbose and less stilted. Response to #68.

tiwilliam commented 10 years ago

Thanks!