mplatvoet
01/15/2016, 8:48 AM//Configure Kovenant to use direct dispatching
//So no multithreading here
Kovenant.testMode {
//handle any uncaught errors
//e.g. when callback methods themselves
//throw exceptions
throwable -> fail(throwable.message)
}