sfPluginRecursiveDependencyException.class.php 602 B

123456789101112131415161718192021
  1. <?php
  2. /*
  3. * This file is part of the symfony package.
  4. * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. /**
  10. * sfPluginRecursiveDependencyException.
  11. *
  12. * @package symfony
  13. * @subpackage plugin
  14. * @author Fabien Potencier <fabien.potencier@symfony-project.com>
  15. * @version SVN: $Id: sfPluginRecursiveDependencyException.class.php 5250 2007-09-24 08:11:50Z fabien $
  16. */
  17. class sfPluginRecursiveDependencyException extends sfPluginException
  18. {
  19. }