Fakerino\Configuration\Exception\ConfValueNotFoundException::__construct PHP Метод

__construct() публичный Метод

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