pH-7 / eu-vat-validator

:moneybag: A simple and clean PHP library that validates EU VAT registration numbers against the central ec.europa.eu database (using the official europa API) :eu:
https://github.com/pH-7/eu-vat-validator
GNU General Public License v3.0
93 stars 17 forks source link

Issue3 the constructor should throw the exception #7

Closed hkwak closed 6 years ago

hkwak commented 6 years ago

Throwing the exception will allow the outer code to deal with the problem ( displaying the error message, offer re-attempt after some time etc).

This PR also contains the annotation removal reported in #4

pH-7 commented 6 years ago

Great addition! Thanks for your contribution. Highly appreciated!