JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

Update the exception handling to centralize the exceptions #95

Closed JustinCanton closed 5 months ago

JustinCanton commented 5 months ago

Is your feature request related to a problem? Please describe. There are currently different exceptions for each API being called. This is a lot to deal with when catching the exceptions or using the code.

Describe the solution you'd like I would like to consolidate these and have them under one exception to allow for easier exception handling.