BDPointSessionException
Objective-C
@interface BDPointSessionException : NSException
Swift
class BDPointSessionException : NSException
Thrown when the Point SDK session life-cycle or initialization state has been violated.
-
Shorthand to create
NSException
for a reason.Declaration
Objective-C
+ (NSException *)exceptionWithReason:(NSString *)reason;
Swift
class func exception(withReason reason: String!) -> NSException!