func NSGetUncaughtExceptionHandler () -> ((NSException) -> Void)?
Returns the top-level error handler.
トップレベルのエラーハンドラを返します。
func reportException (NSException)
Logs a given exception by calling
NSLog()
.
与えられた例外をNSLog()
を呼ぶことによってログします。