class OutOfMemoryException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ExceptionView source
class OutOfMemoryException extends FatalErrorException {
}