ExceptionHandling Changes
ExceptionHandling
Added NSObject.exceptionHandler(NSExceptionHandler!, shouldHandleException: NSException!, mask: Int) -> Bool
Added NSObject.exceptionHandler(NSExceptionHandler!, shouldLogException: NSException!, mask: Int) -> Bool
Modified NSStackTraceKey
Declaration | |
---|---|
From | var NSStackTraceKey: NSString! |
To | let NSStackTraceKey: String |
Modified NSUncaughtRuntimeErrorException
Declaration | |
---|---|
From | var NSUncaughtRuntimeErrorException: NSString! |
To | let NSUncaughtRuntimeErrorException: String |
Modified NSUncaughtSystemExceptionException
Declaration | |
---|---|
From | var NSUncaughtSystemExceptionException: NSString! |
To | let NSUncaughtSystemExceptionException: String |