Home
last modified time | relevance | path

Searched refs:JsonException (Results 1 – 14 of 14) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
Dphpstan.neon8 - '#Caught class JsonException not found#'
9 - '#Call to method getCode\(\) on an unknown class JsonException#'
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
DREADME.md10 - [`JsonException`](https://php.net/JsonException)
/plugin/aichat/Model/
DAbstractModel.php70 } catch (\JsonException $e) {
282 } catch (\JsonException $e) {
314 } catch (\JsonException $e) {
/plugin/elasticsearch/vendor/symfony/polyfill-php73/Resources/stubs/
DJsonException.php13 class JsonException extends Exception class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DJSONParseException.php10 class JSONParseException extends \JsonException implements ExceptionInterface
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/
DMatrixRequestException.php23 catch (\JsonException) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
DSmartSerializer.php87 } catch (\JsonException $e) {
/plugin/struct/helper/
H A Ddb.php102 } catch (\JsonException $exception) {
/plugin/spatialhelper/
Daction.php197 * @throws JsonException if anything goes wrong with JSON encoding
235 * @throws JsonException if anything goes wrong with JSON encoding
/plugin/statistics/
Dhelper.php130 } catch (\JsonException $e) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DResponse.php357 } catch (\JsonException $e) {
/plugin/struct/
H A Dhelper.php204 * @throws JsonException
/plugin/aichat/Storage/
DPineconeStorage.php58 } catch (\JsonException $e) {
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md140 * Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` inst…
176 * Deprecated `Elastica\Exception\JSONParseException` exception, catch `\JsonException` instead [#19…