6 lines
123 B
PHP
6 lines
123 B
PHP
|
<?php
|
||
|
namespace Rails\Loader\Exception;
|
||
|
|
||
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
||
|
{
|
||
|
}
|