Merge branch 'feature/ft_enhancements' into 'develop'
static MVMCoreLoggingHandler addError See merge request BPHV_MIPS/mvm_core!182
This commit is contained in:
commit
cc06f93e50
@ -18,7 +18,7 @@
|
|||||||
return parameterType.init(clientParameterModel)
|
return parameterType.init(clientParameterModel)
|
||||||
} catch {
|
} catch {
|
||||||
if let errorObject = MVMCoreErrorObject.createErrorObject(for: error, location: #function) {
|
if let errorObject = MVMCoreErrorObject.createErrorObject(for: error, location: #function) {
|
||||||
MVMCoreLoggingHandler.shared()?.addError(toLog: errorObject)
|
MVMCoreLoggingHandler.addError(toLog: errorObject)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user