meilisearch-php icon indicating copy to clipboard operation
meilisearch-php copied to clipboard

Remove `JsonEncodingException` & `JsonDecodingException`

Open stloyd opened this issue 2 years ago • 1 comments

There is no point in adding an additional layer with JsonEncodingException & JsonDecodingException over the exceptions thrown by the PHP itself.

stloyd avatar Jun 07 '23 16:06 stloyd

Additionally given that there is PSR18 we also don't need Meilisearch\Contracts\Http

norkunas avatar Jul 19 '23 03:07 norkunas

This was done in https://github.com/meilisearch/meilisearch-php/pull/759 so we can close

norkunas avatar Sep 12 '25 11:09 norkunas