Просмотр файла vendor/deployer/deployer/src/Component/PharUpdate/Version/Exception/VersionException.php
<?php declare(strict_types=1);
namespace Deployer\Component\PharUpdate\Version\Exception;
use Exception;
/**
* The base library exception class.
*
* @author Kevin Herrera <kevin@herrera.io>
*/
class VersionException extends Exception
{
}