7 lines
136 B
PHP
Executable File
7 lines
136 B
PHP
Executable File
<?php
|
|
namespace Rails\Exception;
|
|
|
|
class RangeException extends \RangeException implements ExceptionInterface
|
|
{
|
|
use ExceptionTrait;
|
|
} |