Documentation

RequirementsNotSatisfiedException extends RuntimeException
in package

Requirements of json_file are not satisfied.

Tags
author

Kitamura Satoshi with.no.parachute@gmail.com

Table of Contents

Properties

$message  : string
Error message.
$readEnv  : array<string|int, mixed>
Read environment variables.
$secretEnvVars  : array<string|int, string>
Array of secret env vars.

Methods

getHelpMessage()  : string
Return help message.
getReadEnv()  : array<string|int, mixed>
Return read environment variables.
setReadEnv()  : mixed
Set read environment variables.
format()  : string
Format a pair of the envVarName and the value.

Properties

Methods

setReadEnv()

Set read environment variables.

public setReadEnv(array<string|int, mixed> $readEnv) : mixed
Parameters
$readEnv : array<string|int, mixed>

read environment variables

format()

Format a pair of the envVarName and the value.

protected format(string $key, string $value) : string
Parameters
$key : string

the env var name

$value : string

the value of the env var

Return values
string

        
On this page

Search results