1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Added a folder remotely

This commit is contained in:
doctrine 2006-05-30 09:00:38 +00:00
parent e750f3ee19
commit 4885191dbe

View File

@ -0,0 +1,5 @@
<?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Exception.class.php");
class Doctrine_Query_Exception extends Doctrine_Exception { }
?>