meilisearch / meilisearch-php

PHP wrapper for the Meilisearch API

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `JsonEncodingException` & `JsonDecodingException`

stloyd opened this issue · comments

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