FileAccess Orion

SilencedErrorContext
in package
implements JsonSerializable

Data Object that represents a Silenced Error.

Tags
author

Grégoire Pineau lyrixx@lyrixx.info

deprecated

since Symfony 4.4, use Symfony\Component\ErrorHandler\Exception\SilencedErrorContext instead.

Interfaces, Classes, Traits and Enums

JsonSerializable

Table of Contents

$count  : mixed
$file  : mixed
$line  : mixed
$severity  : mixed
$trace  : mixed
__construct()  : mixed
getFile()  : mixed
getLine()  : mixed
getSeverity()  : mixed
getTrace()  : mixed
jsonSerialize()  : mixed

Properties

Methods

__construct()

public __construct(int $severity, string $file, int $line[, array<string|int, mixed> $trace = [] ][, int $count = 1 ]) : mixed
Parameters
$severity : int
$file : string
$line : int
$trace : array<string|int, mixed> = []
$count : int = 1
Return values
mixed

Search results