Class ParseException
Exception class thrown when an error occurs during parsing.
- Exception implements Throwable
- RuntimeException
- Symfony\Component\Yaml\Exception\RuntimeException implements Symfony\Component\Yaml\Exception\ExceptionInterface
- Symfony\Component\Yaml\Exception\ParseException
Namespace: Symfony\Component\Yaml\Exception
Author: Fabien Potencier <fabien@symfony.com>
Located at vendor/symfony/yaml/Exception/ParseException.php
Author: Fabien Potencier <fabien@symfony.com>
Located at vendor/symfony/yaml/Exception/ParseException.php
Methods summary
public
|
#
__construct( string $message, integer $parsedLine = -1, string|null $snippet = null, string|null $parsedFile = null,
Constructor. |
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()