1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/lib/vendor/Symfony/Components/Yaml/ParserException.php
2010-04-08 01:03:04 -03:00

24 lines
528 B
PHP

<?php
namespace Symfony\Components\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
{
}