You are here

class OutOfMemoryException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/debug/Exception/OutOfMemoryException.php \Symfony\Component\Debug\Exception\OutOfMemoryException

Out of memory exception.

@author Nicolas Grekas <p@tchwork.com>

Hierarchy

  • class \Symfony\Component\Debug\Exception\OutOfMemoryException extends \Symfony\Component\Debug\Exception\FatalErrorException

Expanded class hierarchy of OutOfMemoryException

3 files declare their use of OutOfMemoryException
ErrorHandler.php in vendor/symfony/debug/ErrorHandler.php
ExceptionHandler.php in vendor/symfony/debug/ExceptionHandler.php
ExceptionHandlerTest.php in vendor/symfony/debug/Tests/ExceptionHandlerTest.php

File

vendor/symfony/debug/Exception/OutOfMemoryException.php, line 19

Namespace

Symfony\Component\Debug\Exception
View source
class OutOfMemoryException extends FatalErrorException {

}

Members