Brobin / usps-api

Python Wrapper for the USPS API :truck: :package:
MIT License
58 stars 27 forks source link

Make USPSApiError an available import from usps #3

Closed MicahLyle closed 4 years ago

MicahLyle commented 5 years ago

I'd love to be able to do

from usps import USPSApiError

Makes it easier to catch exceptions and wrap with my own error handling if desired.