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