Documentation

EnvParameterException extends InvalidArgumentException
in package

This exception wraps exceptions whose messages contain a reference to an env parameter.

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

Methods

__construct()  : mixed

Methods

__construct()

public __construct(array<string|int, mixed> $envs[, Throwable $previous = null ][, string $message = 'Incompatible use of dynamic environment variables "%s" found in parameters.' ]) : mixed
Parameters
$envs : array<string|int, mixed>
$previous : Throwable = null
$message : string = 'Incompatible use of dynamic environment variables "%s" found in parameters.'

        
On this page

Search results