Home
last modified time | relevance | path

Searched refs:parsedFile (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php21 private $parsedFile; variable in Symfony\\Component\\Yaml\\Exception\\ParseException
30 * @param string|null $parsedFile The file name where the error occurred
33 …string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Excepti… argument
35 $this->parsedFile = $parsedFile;
76 return $this->parsedFile;
82 * @param string $parsedFile The filename
84 public function setParsedFile($parsedFile) argument
86 $this->parsedFile = $parsedFile;
123 if (null !== $this->parsedFile) {
124 …$this->message .= sprintf(' in %s', json_encode($this->parsedFile, JSON_UNESCAPED_SLASHES | JSON_U…
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php21 private $parsedFile; variable in Symfony\\Component\\Yaml\\Exception\\ParseException
30 * @param string|null $parsedFile The file name where the error occurred
32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null) argument
34 $this->parsedFile = $parsedFile;
73 return $this->parsedFile;
79 public function setParsedFile(string $parsedFile) argument
81 $this->parsedFile = $parsedFile;
116 if (null !== $this->parsedFile) {
[all...]