HOME


sh-3ll 1.0
DIR:/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Exception/
Upload File :
Current File : //opt/cpanel/ea-wappspector/vendor/rector/rector/src/Exception/NotImplementedYetException.php
<?php

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

use Exception;
final class NotImplementedYetException extends Exception
{
}