1
0
mirror of synced 2025-02-23 15:43:14 +03:00

6 lines
179 B
PHP

<?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Doctrine".DIRECTORY_SEPARATOR."Exception.php");
class Doctrine_Query_Exception extends Doctrine_Exception { }
?>