Skip to content

Commit

Permalink
Throw exceptions on client
Browse files Browse the repository at this point in the history
  • Loading branch information
danielBCN committed May 30, 2018
1 parent 6fb5a3b commit 6f53fd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ protected Object execute(Call call)
Thread.sleep(TTIMEOUT_TIME);
}
if (ret instanceof Throwable)
throw ((Throwable) ret).getCause();

}

Expand Down

0 comments on commit 6f53fd3

Please sign in to comment.