Yaml - Replace Spyc with Symfony Yaml Component.

This commit is contained in:
Andrés Montañez
2014-06-13 09:31:44 -03:00
parent d55637a120
commit e10dea147f
15 changed files with 1796 additions and 1030 deletions
+23
View File
@@ -0,0 +1,23 @@
<?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_YAML
* file that was distributed with this source code.
*/
namespace Mage\Yaml\Exception;
/**
* Exception class thrown when an error occurs during dumping.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @api
*/
class DumpException extends RuntimeException
{
}