search_api_meilisearch-1.0.x-dev/src/Client/Exceptions/ClientException.php
src/Client/Exceptions/ClientException.php
<?php
namespace Drupal\search_api_meilisearch\Client\Exceptions;
use Psr\Http\Client\ClientExceptionInterface;
/**
* Thrown when an error is encountered in the client.
*/
class ClientException extends \Exception implements ClientExceptionInterface {
}
