#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "LimitedExtraDataList.h"
#import "MintEnums.h"
Go to the source code of this file.
|
#define | MintLogException(exception, extradata) [[Mint sharedInstance] logExceptionAsync:exception limitedExtraDataList:extradata]; |
|
#define MintLogException |
( |
|
exception, |
|
|
|
extradata |
|
) |
| [[Mint sharedInstance] logExceptionAsync:exception limitedExtraDataList:extradata]; |
MintLogException is a helper function that calls the [[Mint sharedInstance] logExceptionAsync:limitedExtraDataList:]. This function logs a handled exception with any optional data.
- Parameters
-
exception | The handled exception instance. |
extradata | The extra data to include in the request. |
- Returns
- void. Nothing to return.