2015-11-23

juan_gandhi: (VP)
2015-11-23 04:21 pm
Entry tags:

code wtf

      } catch {
        case t: Throwable => {
          Future.successful(errorConv(t).failure[Success])
        }
      }


(no, it was not written in our company, it's stolen from some opensource)