1
0
mirror of synced 2024-12-15 15:46:02 +03:00
doctrine2/lib/vendor/Symfony/Component/Yaml/ParserException.php

24 lines
527 B
PHP
Raw Normal View History

<?php
namespace Symfony\Component\Yaml;
/*
* This file is part of the symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Exception class used by all exceptions thrown by the component.
*
* @package symfony
* @subpackage yaml
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ParserException extends Exception
{
}