This commit is contained in:
2020-05-19 17:28:17 +00:00
parent dd6fb84bd4
commit d20bd3a50e
2 changed files with 14 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ namespace AyaNova.Biz
//not in db then get the default
if (ret == null)
{
throw new System.Exception("GlobalOpsSettingsBiz::GetAsync -> Global settings object not found in database!!");
throw new System.Exception("GlobalOpsSettingsBiz::GetAsync -> Global OPS settings object not found in database!!");
}
return ret;
}