Paul Woitaschek
02/27/2017, 1:02 PMvoddan
02/27/2017, 1:02 PMPaul Woitaschek
02/27/2017, 1:06 PMtry {
...
} catch (e: IOException) {
Timber.e(e, "Error while creating recipe")
showUploadFailed()
} catch (e: HttpException) {
Timber.e(e, "Error while creating recipe")
showUploadFailed()
}