Current Directory: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Exception
Viewing 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
{
}