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