Skip to content

Instantly share code, notes, and snippets.

@matiasvillaverde
Created May 18, 2018 14:02
Show Gist options
  • Save matiasvillaverde/5172a7d34fa7f2f560cc9b771fedecc5 to your computer and use it in GitHub Desktop.
Save matiasvillaverde/5172a7d34fa7f2f560cc9b771fedecc5 to your computer and use it in GitHub Desktop.
class SwiftConsoleReporter: CrashReporter {
func setup() {
// No need setup
}
func print(error: Error) {
Swift.print(error.localizedDescription)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment