Fakerino\Configuration\Exception\ConfValueNotFoundException::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $value )
$value string
    public function __construct($value)
    {
        parent::__construct(sprintf('
            The configuration value "%s" is not present,
            be sure the configuration is loaded and the value is defined
            ', $value));
    }
ConfValueNotFoundException