Lines Matching refs:ParseException
15 use Symfony\Component\Yaml\Exception\ParseException; alias
59 * @throws ParseException
94 …throw new ParseException(sprintf('Unexpected characters near "%s".', substr($value, $i)), self::$p…
266 * @throws ParseException When malformed inline YAML string is parsed
278 …throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $del…
281 …throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parse…
301 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $scalar), self::$parsedLin…
306 …throw new ParseException(sprintf('The reserved indicator "%s" cannot start a plain scalar; you nee…
320 * @throws ParseException When malformed inline YAML string is parsed
325 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', substr($scalar, $i)), self…
345 * @throws ParseException When malformed inline YAML string is parsed
405 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $sequence), self::$parsedL…
413 * @throws ParseException When malformed inline YAML string is parsed
444 … throw new ParseException('Missing mapping key.', self::$parsedLineNumber + 1, $mapping);
460 …throw new ParseException('Implicit casting of incompatible mapping keys to strings is not supporte…
465 …throw new ParseException('Colons must be followed by a space or an indication character (i.e. " ",…
499 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
518 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
541 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
551 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $mapping), self::$parsedLi…
559 …* @throws ParseException when object parsing support was disabled and the parser detected a PHP ob…
575 …throw new ParseException('A reference must contain at least one character.', self::$parsedLineNumb…
579 …throw new ParseException(sprintf('Reference "%s" does not exist.', $value), self::$parsedLineNumbe…
621 …throw new ParseException('Object support when parsing a YAML file has been disabled.', self::$pars…
638 …throw new ParseException(sprintf('The constant "%s" is not defined.', $const), self::$parsedLineNu…
641 …throw new ParseException(sprintf('The string "%s" could not be parsed as a constant. Did you forge…
651 …throw new ParseException(sprintf('The string "%s" could not be parsed as it uses an unsupported bu…
734 …throw new ParseException('Using the unquoted scalar value "!" is not supported. You must quote it.…
747 …throw new ParseException(sprintf('The built-in tag "!%s" is not implemented.', $tag), self::$parse…
751 …throw new ParseException(sprintf('Missing value for tag "%s".', $tag), self::$parsedLineNumber + 1…
758 …throw new ParseException(sprintf('Tags support is not enabled. Enable the "Yaml::PARSE_CUSTOM_TAGS…
766 …throw new ParseException(sprintf('The normalized base64 encoded data (data without whitespace char…
770 …throw new ParseException(sprintf('The base64 encoded data (%s) contains invalid characters.', $par…