Class RuntimeException
Exception class thrown when an error occurs during parsing.
- Exception implements Throwable
- RuntimeException
- Symfony\Component\Yaml\Exception\RuntimeException implements Symfony\Component\Yaml\Exception\ExceptionInterface
Direct known subclasses
Symfony\Component\Yaml\Exception\DumpException
,
Symfony\Component\Yaml\Exception\ParseException
Namespace: Symfony\Component\Yaml\Exception
Author: Romain Neutron <imprec@gmail.com>
Located at vendor/symfony/yaml/Exception/RuntimeException.php
Author: Romain Neutron <imprec@gmail.com>
Located at vendor/symfony/yaml/Exception/RuntimeException.php
Methods summary
Methods inherited from Exception
__construct()
,
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()