Change-Id: I61bc09a68fcfbc78ee73bb1b503c4cd73ceb6b91
/*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 - 2022 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
if (factory) {
ruleSet.reset(reinterpret_cast<AbstractRuleSet*>(factory()));
ruleSet->initialize();
+ } else {
+ throw runtime::Exception("Failed to dlsym RuleSetFactory");
}
return ruleSet->get();