func NSSetUncaughtExceptionHandler (((NSException) -> Void)?)
Changes the top-level error handler.
トップレベルのエラーハンドラを変更します。
Availability 有効性
Technology
func NSGetUncaughtExceptionHandler() -> ((NSException
) -> Void
)?
A pointer to the top-level error-handling function where you can perform last-minute logging before the program terminates. トップレベルのエラー処理関数へのポインタ、そこにおいてあなたはプログラムを終わらせる前に最後の瞬間のログを実行できます。
func NSSetUncaughtExceptionHandler (((NSException) -> Void)?)