Exception.php 177 Bytes
Newer Older
1 2 3 4
<?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Doctrine".DIRECTORY_SEPARATOR."Exception.php");

class Doctrine_Query_Exception extends Doctrine_Exception { }
5