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