File Manager

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

Viewing File: NotImplementedYetException.php

<?php

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

use Exception;
final class NotImplementedYetException extends Exception
{
}