1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/Doctrine/Query/Exception.class.php
2006-05-30 09:00:38 +00:00

6 lines
154 B
PHP

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