1 | <?php |
||
17 | class QueryNotSupportedException extends QueryEngineException { |
||
18 | |||
19 | private $queryDescription; |
||
20 | |||
21 | public function __construct( Description $queryDescription, $message = '', Exception $previous = null ) { |
||
26 | |||
27 | /** |
||
28 | * @return Description |
||
29 | */ |
||
30 | public function getQueryDescription() { |
||
33 | |||
34 | } |
||
35 |