| Current Path : /proc/1908984/root/proc/thread-self/root/proc/3662834/cwd/ |
| Current File : //proc/1908984/root/proc/thread-self/root/proc/3662834/cwd/DumpException.php.tar |
home/digilove/public_html/libraries/vendor/symfony/yaml/Exception/DumpException.php 0000644 00000000707 15241411063 0024753 0 ustar 00 <?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 dumping.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class DumpException extends RuntimeException
{
}