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