class OutOfMemoryException extends FatalErrorException
Out of memory exception.
__construct(string $message, int $code, int $severity, string $filename, int $lineno, int $traceOffset = null, bool $traceArgs = true, array $trace = null, Throwable $previous = null) | from FatalErrorException | |
setTrace($trace) | from FatalErrorException |
string | $message | |
int | $code | |
int | $severity | |
string | $filename | |
int | $lineno | |
int | $traceOffset | |
bool | $traceArgs | |
array | $trace | |
Throwable | $previous |
$trace |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Debug/Exception/OutOfMemoryException.html