ExceptionConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $logLevel : mixed
- $statusCode : mixed
Methods
- __construct() : mixed
- logLevel() : $this
- The level of log message. Null to let Symfony decide.
- statusCode() : $this
- The status code of the response. Null or 0 to let Symfony decide.
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$logLevel
private
mixed
$logLevel
$statusCode
private
mixed
$statusCode
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
logLevel()
The level of log message. Null to let Symfony decide.
public
logLevel(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisstatusCode()
The status code of the response. Null or 0 to let Symfony decide.
public
statusCode(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>