Home
last modified time | relevance | path

Searched refs:JSONParseException (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php5 use Elastica\Exception\JSONParseException; alias
20 * @throws JSONParseException
36 throw new JSONParseException($error);
51 * @throws JSONParseException
65 throw new JSONParseException($error);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DJSONParseException.php10 class JSONParseException extends \JsonException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md42 * Fixed `Response` to prevent throwing JSONParseException when the response is empty.
140 * Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` instead of `\RuntimeException` [#1949](https://github.com/ruflin/Elastica/pull/1949)
176 * Deprecated `Elastica\Exception\JSONParseException` exception, catch `\JsonException` instead [#1949](https://github.com/ruflin/Elastica/pull/1949)
684 - `\Elastica\JSON::stringify` throws `\Elastica\Exception\JSONParseException` on error