Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintMessageException.h
Go to the documentation of this file.
1 //
2 // SplunkMessageException.h
3 // Splunk-iOS
4 //
5 // Created by G.Tas on 11/6/13.
6 // Copyright (c) 2013 Splunk. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface MintMessageException : NSException
15 
25 - (id) initWithName: (NSString*)aName reason: (NSString*)aReason userInfo: (NSDictionary*)aUserInfo;
26 
27 @end
Definition: MintMessageException.h:14