Exception.class.php 154 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3 4 5
<?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Exception.class.php");

class Doctrine_Query_Exception extends Doctrine_Exception { }
?>