mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
8 lines
56 B
PHP
8 lines
56 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
}
|