Skip to content

Instantly share code, notes, and snippets.

@matiasvillaverde
Created May 18, 2018 14:07
Show Gist options
  • Save matiasvillaverde/c20017ddc785d71a08e3a0a8ab4ef81a to your computer and use it in GitHub Desktop.
Save matiasvillaverde/c20017ddc785d71a08e3a0a8ab4ef81a to your computer and use it in GitHub Desktop.
class FancyReporter: CrashReporter {
func setup() {
FancyReporter.horribleSingleton().setup()
}
func print(error: Error) {
FancyReporter.horribleSingleton().report(error)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment