refactored struct message to use std::variant for _typeOrSeverity

This commit is contained in:
nishant-sachdeva
2022-09-20 19:20:43 +05:30
parent c8011d8719
commit eafd7218b7
12 changed files with 80 additions and 73 deletions
+1 -2
View File
@@ -126,8 +126,7 @@ Json::Value formatErrorWithException(
_type,
_charStreamProvider,
false, // colored
false, // _withErrorIds
true // _printFullType
false // _withErrorIds
);
if (string const* description = _exception.comment())