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