Файл: forsoc.ru/vendor/symfony/filesystem/Symfony/Component/Filesystem/Exception/IOException.php
Строк: 29
<?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 SymfonyComponentFilesystemException;
/**
* Exception class thrown when a filesystem operation failure happens.
*
* @author Romain Neutron <imprec@gmail.com>
*/
class IOException extends RuntimeException implements ExceptionInterface
{
}