amirhossein5 / config-err
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amirhossein5/config-err
README
Given we have config/someconf.php
:
// 'missing_key' => , 'empty_value' => '',
configErr('someconf.missing_key'); // throws exception configErr('someconf.empty_value'); // throws exception configErr('someconf.empty_value', throwOnEmpty = false); // no empty value exception
Installation
composer require amirhossein5/config-err