1
0
mirror of synced 2025-01-19 06:51:40 +03:00
doctrine2/classes/Query/Exception.class.php

6 lines
154 B
PHP
Raw Normal View History

2006-05-30 07:26:42 +00:00
<?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Exception.class.php");
class Doctrine_Query_Exception extends Doctrine_Exception { }
?>