Skip to content

Instantly share code, notes, and snippets.

@quintonpryce
Created July 18, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quintonpryce/10b63f76b8cc661762dc86c75037f8b0 to your computer and use it in GitHub Desktop.
Save quintonpryce/10b63f76b8cc661762dc86c75037f8b0 to your computer and use it in GitHub Desktop.
Core init
private let failureHandler: FailureHandler
public init() {
failureHandler = SimpleFailureHandler()
}
public init(failureHandler: FailureHandler) {
self.failureHandler = failureHandler
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment