rector/rules/Php70/Exception/InvalidEregException.php

12 lines
139 B
PHP
Raw Normal View History

2019-10-13 07:59:52 +02:00
<?php
declare(strict_types=1);
2018-10-08 13:19:10 +08:00
namespace Rector\Php70\Exception;
2018-10-08 13:19:10 +08:00
use Exception;
final class InvalidEregException extends Exception
{
}