Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/yaml/Exception/ParseException.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
22 private $parsedLine; | 22 private $parsedLine; |
23 private $snippet; | 23 private $snippet; |
24 private $rawMessage; | 24 private $rawMessage; |
25 | 25 |
26 /** | 26 /** |
27 * Constructor. | |
28 * | |
29 * @param string $message The error message | 27 * @param string $message The error message |
30 * @param int $parsedLine The line where the error occurred | 28 * @param int $parsedLine The line where the error occurred |
31 * @param string|null $snippet The snippet of code near the problem | 29 * @param string|null $snippet The snippet of code near the problem |
32 * @param string|null $parsedFile The file name where the error occurred | 30 * @param string|null $parsedFile The file name where the error occurred |
33 * @param \Exception|null $previous The previous exception | 31 * @param \Exception|null $previous The previous exception |