6 lines
85 B
PHP
6 lines
85 B
PHP
|
<?php
|
||
|
namespace Rails\Routing\UrlHelpers\Exception;
|
||
|
|
||
|
interface ExceptionInterface
|
||
|
{
|
||
|
}
|