File Manager

Path: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Exception/

Viewing File: VersionException.php

<?php

declare (strict_types=1);
namespace Rector\Exception;

use Exception;
final class VersionException extends Exception
{
}