cgwire / zou

Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
170 stars 104 forks source link

Two similar exceptions: ArgumentsException and WrongParameterException #852

Closed frankrousseau closed 2 months ago

frankrousseau commented 2 months ago

@EvanBldy I was wondering why we use these two exceptions. Do you think we should use only one? I think we could keep the WrongParameterException.

I think we used created the Arguments exception to give details information per field but it seems we never use it that way.