1
0
mirror of synced 2024-12-15 15:46:02 +03:00
doctrine2/lib/Doctrine/Query/Exception.php

6 lines
176 B
PHP
Raw Normal View History

<?php
require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Doctrine".DIRECTORY_SEPARATOR."Exception.php");
2006-12-29 17:40:47 +03:00
class Doctrine_Query_Exception extends Doctrine_Exception
{ }