EnvParameterException
extends InvalidArgumentException
in package
This exception wraps exceptions whose messages contain a reference to an env parameter.
Tags
Table of Contents
- __construct() : mixed
Methods
__construct()
public
__construct(array<string|int, mixed> $envs[, Throwable|null $previous = null ][, string $message = 'Incompatible use of dynamic environment variables "%s" found in parameters.' ]) : mixed
Parameters
- $envs : array<string|int, mixed>
- $previous : Throwable|null = null
- $message : string = 'Incompatible use of dynamic environment variables "%s" found in parameters.'