Entry tags:
2016-03-08
the Future belongs to me
} catch {
case t: Throwable => {
Future.successful(errorConv(t).fail[Success])
}
}
just quoting
} catch {
case t: Throwable => {
Future.successful(errorConv(t).fail[Success])
}
}