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