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