| Current Path : /proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Exception/ |
| Current File : //proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Exception/VersionException.php |
<?php
declare (strict_types=1);
namespace Rector\Exception;
use Exception;
final class VersionException extends Exception
{
}