vsecades / AbuseIpDb

AbuseIpDB - Wrapper around the AbuseIPDb service API
MIT License
15 stars 4 forks source link

Clean-up: More consistent behavior in case of an error #24

Open Eorhim opened 4 years ago

Eorhim commented 4 years ago

Derive AbuseIPDBError from HTTPError and use it to better express error states.

The CLI should catch those errors and act accordingly.