sfDoctrineException.class.php 655 B

1234567891011121314151617181920212223
  1. <?php
  2. /*
  3. * This file is part of the symfony package.
  4. * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
  5. * (c) Jonathan H. Wage <jonwage@gmail.com>
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. /**
  11. * sfDoctrine exception class
  12. *
  13. * @package symfony
  14. * @subpackage doctrine
  15. * @author Fabien Potencier <fabien.potencier@symfony-project.com>
  16. * @author Jonathan H. Wage <jonwage@gmail.com>
  17. * @version SVN: $Id: sfDoctrineException.class.php 11629 2008-09-17 22:22:25Z Jonathan.Wage $
  18. */
  19. class sfDoctrineException extends sfException
  20. {
  21. }