You are here

class RuntimeException in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Symfony/Component/Yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException
  2. 7.2 vendor/Symfony/Component/Yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException

Exception class thrown when an error occurs during parsing.

@author Romain Neutron <imprec@gmail.com>

@api

Hierarchy

Expanded class hierarchy of RuntimeException

File

vendor/Symfony/Component/Yaml/Exception/RuntimeException.php, line 21

Namespace

Symfony\Component\Yaml\Exception
View source
class RuntimeException extends \RuntimeException implements ExceptionInterface {

}

Members