ash-jc-allen / laravel-exchange-rates

A Laravel wrapper package for interacting with the exchangeratesapi.io API.
MIT License
449 stars 49 forks source link

Remove exception from docblocks #114

Closed ash-jc-allen closed 1 year ago

ash-jc-allen commented 1 year ago

When the Validation::validateIsStringOrArray method was removed, it removed all instances of the ExchangeRateException from being thrown. But I forgot to update the docblocks accordingly.

I'll leave the exception there because I think it might come in handy for later.