6 lines
133 B
PHP
6 lines
133 B
PHP
|
<?php
|
||
|
namespace Rails\Http\Exception;
|
||
|
|
||
|
class LogicException extends \Rails\Exception\LogicException implements ExceptionInterface
|
||
|
{
|
||
|
}
|