// // ExceptionHandle.h // Exception_Class // #import #import @interface ExceptionHandle : NSObject +(void)catchException; @end