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