8 lines
137 B
PHP
Executable File
8 lines
137 B
PHP
Executable File
<?php
|
|
namespace Rails\Exception;
|
|
|
|
class LogicException extends \LogicException implements ExceptionInterface
|
|
{
|
|
use ExceptionTrait;
|
|
}
|