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