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