Lines Matching refs:RuntimeException
9 use JMS\Serializer\Exception\RuntimeException; alias
90 …throw new RuntimeException(sprintf('Expected array, but got %s: %s', \gettype($data), json_encode(…
122 …throw new RuntimeException(sprintf('Array type cannot have more than 2 parameters, but got %s.', j…
162 …throw new RuntimeException(sprintf('Invalid data %s (%s), expected "%s".', json_encode($data), $me…
167 throw new RuntimeException(sprintf(
181 …throw new RuntimeException(sprintf('You must define a type for %s::$%s.', $metadata->class, $metad…
234 throw new RuntimeException('Could not decode JSON, maximum stack depth exceeded.');
237 … throw new RuntimeException('Could not decode JSON, underflow or the nodes mismatch.');
240 … throw new RuntimeException('Could not decode JSON, unexpected control character found.');
243 throw new RuntimeException('Could not decode JSON, syntax error - malformed JSON.');
246 …throw new RuntimeException('Could not decode JSON, malformed UTF-8 characters (incorrectly encoded…
249 throw new RuntimeException('Could not decode JSON.');