gaffneyc / usps

USPS Webtools API for Ruby
MIT License
63 stars 54 forks source link

Added InvalidZipError #22

Closed DeegC closed 3 years ago

DeegC commented 8 years ago

USPS returns an error code for an invalid zip. I've added InvalidZipError and raise it if the return code from USPS matches it.

schleg commented 8 years ago

+1 nice, kind of surprised that wasn't in there already