Просмотр файла vendor/deployer/deployer/src/Component/PharUpdate/Exception/FileException.php
<?php declare(strict_types=1);
namespace Deployer\Component\PharUpdate\Exception;
/**
* Used for errors when using the file system.
*
* @author Kevin Herrera <kevin@herrera.io>
*/
class FileException extends Exception
{
}