add myCalendar into
[awl.git] / vendor / symfony / yaml / Symfony / Component / Yaml / Exception / RuntimeException.php
blob3573bf15abb81bae0b9dcefe263615a9299324c6
1 <?php
3 /*
4 * This file is part of the Symfony package.
6 * (c) Fabien Potencier <fabien@symfony.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Symfony\Component\Yaml\Exception;
14 /**
15 * Exception class thrown when an error occurs during parsing.
17 * @author Romain Neutron <imprec@gmail.com>
19 * @api
21 class RuntimeException extends \RuntimeException implements ExceptionInterface