View file 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 <[email protected]> */ class FileException extends Exception { }