W3cubDocs

/Symfony 4.1

SilencedErrorContext

class SilencedErrorContext implements JsonSerializable

Data Object that represents a Silenced Error.

Properties

$count

Methods

__construct(int $severity, string $file, int $line, array $trace = array(), int $count = 1)
getSeverity()
getFile()
getLine()
getTrace()
JsonSerialize()

Details

__construct(int $severity, string $file, int $line, array $trace = array(), int $count = 1)

Parameters

int $severity
string $file
int $line
array $trace
int $count

getSeverity()

getFile()

getLine()

getTrace()

JsonSerialize()

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Debug/Exception/SilencedErrorContext.html