MVMCoreErrorObject
This commit is contained in:
parent
aa3390e501
commit
c3fb8aee96
@ -610,7 +610,8 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
||||
if (error) {
|
||||
stopLoadingOverlay();
|
||||
completionHandler(actionInformation);
|
||||
[MVMCoreLoggingHandler addErrorToLog:error];
|
||||
MVMCoreErrorObject* errorObject = [MVMCoreErrorObject createErrorObjectForNSError:error location:@"MVMCoreActionHandler"];
|
||||
[MVMCoreLoggingHandler addErrorToLog:errorObject];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user