class ParseException

Exception class thrown when an error occurs during parsing.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of ParseException

3 files declare their use of ParseException

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php, line 21

Namespace

Symfony\Component\Yaml\Exception
View source

Members

Namesort descending Modifiers Type Description Overrides
ParseException::$parsedFile private property
ParseException::$parsedLine private property
ParseException::$rawMessage private property
ParseException::$snippet private property
ParseException::getParsedFile public function Gets the filename where the error occurred.
ParseException::getParsedLine public function Gets the line where the error occurred.
ParseException::getSnippet public function Gets the snippet of code near the error.
ParseException::setParsedFile public function Sets the filename where the error occurred.
ParseException::setParsedLine public function Sets the line where the error occurred.
ParseException::setSnippet public function Sets the snippet of code near the error.
ParseException::updateRepr private function
ParseException::__construct public function Constructor.