Skip to content

Instantly share code, notes, and snippets.

@quentinfasquel
Created February 10, 2019 17:19
Show Gist options
  • Save quentinfasquel/32c046b8f9853b0bfcf66f02a2121935 to your computer and use it in GitHub Desktop.
Save quentinfasquel/32c046b8f9853b0bfcf66f02a2121935 to your computer and use it in GitHub Desktop.
// Given a block `let mayRaiseAnException: () -> Void`
if let exception = objc_tryCatch(mayRaiseAnException) {
// Here is your caugth exception
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment