Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 11, 2018 04:17
Show Gist options
  • Save vialyx/f03c437250d944e6717331f6b1f71258 to your computer and use it in GitHub Desktop.
Save vialyx/f03c437250d944e6717331f6b1f71258 to your computer and use it in GitHub Desktop.
func throwingFunction() throws -> Bool {
return true
}
func regularFunction() -> Bool {
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment