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