RuntimeException.php in Translation template extractor 7.3
Same filename and directory in other branches
Namespace
Symfony\Component\Yaml\ExceptionFile
vendor/Symfony/Component/Yaml/Exception/RuntimeException.phpView source
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Yaml\Exception;
/**
* Exception class thrown when an error occurs during parsing.
*
* @author Romain Neutron <imprec@gmail.com>
*
* @api
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}
Classes
Name | Description |
---|---|
RuntimeException | Exception class thrown when an error occurs during parsing. |