N98\Magento\Command\Config\AbstractConfigCommand::invalidScopeId PHP Метод

invalidScopeId() приватный Метод

private invalidScopeId ( boolean $condition, string $mask, string $scopeId )
$condition boolean
$mask string
$scopeId string
    private function invalidScopeId($condition, $mask, $scopeId)
    {
        if (!$condition) {
            return;
        }
        throw new InvalidArgumentException(sprintf($mask, var_export($scopeId, true)));
    }