6 lines
73 B
PHP
6 lines
73 B
PHP
|
<?php
|
||
|
namespace Rails\Loader\Exception;
|
||
|
|
||
|
interface ExceptionInterface
|
||
|
{
|
||
|
}
|