class EnvParameterException extends InvalidArgumentException

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

Methods

__construct(array $envs, Exception $previous = null, string $message = 'Incompatible use of dynamic environment variables "%s" found in parameters.')

No description

Details

__construct(array $envs, Exception $previous = null, string $message = 'Incompatible use of dynamic environment variables "%s" found in parameters.')

Parameters

array $envs
Exception $previous
string $message