7 lines
180 B
PHP
7 lines
180 B
PHP
|
<?php
|
||
|
namespace Rails\Routing\UrlHelpers\Exception;
|
||
|
|
||
|
class RuntimeException extends \Rails\Exception\RuntimeException implements ExceptionInterface
|
||
|
{
|
||
|
protected $status = 404;
|
||
|
}
|