8 lines
169 B
PHP
8 lines
169 B
PHP
|
<?php
|
||
|
namespace Rails\ActiveRecord\Exception;
|
||
|
|
||
|
class QueryException extends \Rails\Exception\RuntimeException implements ExceptionInterface
|
||
|
{
|
||
|
use QueryAwareTrait;
|
||
|
}
|