Searched refs:JsonException (Results 1 – 14 of 14) sorted by relevance
8 - '#Caught class JsonException not found#'9 - '#Call to method getCode\(\) on an unknown class JsonException#'
10 - [`JsonException`](https://php.net/JsonException)
70 } catch (\JsonException $e) {282 } catch (\JsonException $e) {314 } catch (\JsonException $e) {
13 class JsonException extends Exception class
10 class JSONParseException extends \JsonException implements ExceptionInterface
23 catch (\JsonException) {
87 } catch (\JsonException $e) {
102 } catch (\JsonException $exception) {
197 * @throws JsonException if anything goes wrong with JSON encoding235 * @throws JsonException if anything goes wrong with JSON encoding
130 } catch (\JsonException $e) {
357 } catch (\JsonException $e) {
204 * @throws JsonException
58 } catch (\JsonException $e) {
140 * Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` inst…176 * Deprecated `Elastica\Exception\JSONParseException` exception, catch `\JsonException` instead [#19…