CLUExceptionInfoModule

@interface CLUExceptionInfoModule : NSObject <CLUInfoModule>

CLUExceptionInfoModule is a info module (with static, one-time informations) for unexpected exception recording if occurred.

  • This NSException exception object will be be recorded

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) NSException *exception;

    Swift

    var exception: NSException! { get set }