Sequenzia/lib/Rails/Exception/LogicException.php
2013-10-13 02:50:03 -05:00

8 lines
137 B
PHP
Executable File

<?php
namespace Rails\Exception;
class LogicException extends \LogicException implements ExceptionInterface
{
use ExceptionTrait;
}