meilisearch-php
meilisearch-php copied to clipboard
Remove `JsonEncodingException` & `JsonDecodingException`
There is no point in adding an additional layer with JsonEncodingException & JsonDecodingException over the exceptions thrown by the PHP itself.
Additionally given that there is PSR18 we also don't need Meilisearch\Contracts\Http
This was done in https://github.com/meilisearch/meilisearch-php/pull/759 so we can close