6 lines
154 B
PHP
6 lines
154 B
PHP
<?php
|
|
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Exception.class.php");
|
|
|
|
class Doctrine_Query_Exception extends Doctrine_Exception { }
|
|
?>
|