EnvParameterException
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.') |
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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/DependencyInjection/Exception/EnvParameterException.html