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