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