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