You are here

class FatalErrorException in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/debug/Exception/FatalErrorException.php \Symfony\Component\HttpKernel\Exception\FatalErrorException

Fatal Error Exception.

@author Fabien Potencier <fabien@symfony.com> @author Konstanton Myakshin <koc-dp@yandex.ru> @author Nicolas Grekas <p@tchwork.com>

Hierarchy

  • class \Symfony\Component\HttpKernel\Exception\FatalErrorException extends \Symfony\Component\HttpKernel\Exception\ErrorException

Expanded class hierarchy of FatalErrorException

Deprecated

Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead.

1 file declares its use of FatalErrorException
FatalErrorException.php in vendor/symfony/debug/Exception/FatalErrorException.php

File

vendor/symfony/debug/Exception/FatalErrorException.php, line 23

Namespace

Symfony\Component\HttpKernel\Exception
View source
class FatalErrorException extends \ErrorException {

}

Members