View file vendor/deployer/deployer/src/Component/PharUpdate/Exception/FileException.php

File size: 228B
<?php declare(strict_types=1);

namespace Deployer\Component\PharUpdate\Exception;

/**
 * Used for errors when using the file system.
 *
 * @author Kevin Herrera <[email protected]>
 */
class FileException extends Exception
{
}