ErrorException.php 433 B

12345678910111213141516171819202122
  1. <?php
  2. namespace Symfony\Foundation\Debug;
  3. /*
  4. * This file is part of the symfony framework.
  5. *
  6. * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
  7. *
  8. * This source file is subject to the MIT license that is bundled
  9. * with this source code in the file LICENSE.
  10. */
  11. /**
  12. *
  13. *
  14. * @package symfony
  15. * @author Fabien Potencier <fabien.potencier@symfony-project.com>
  16. */
  17. class ErrorException extends \Exception
  18. {
  19. }