18 lines
278 B
PHP
18 lines
278 B
PHP
|
<?php
|
||
|
/*
|
||
|
* To change this template, choose Tools | Templates
|
||
|
* and open the template in the editor.
|
||
|
*/
|
||
|
|
||
|
namespace Doctrine\ORM\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* Description of QueryException
|
||
|
*
|
||
|
* @author robo
|
||
|
*/
|
||
|
class QueryException extends \Doctrine\Common\DoctrineException {
|
||
|
|
||
|
}
|
||
|
|