Browse Source
Move exception handling code to the caller side. This is a preparation for adding a custom error handler that is similar to UploadPack. Note that `catch (Throwable t)` will not affect the exception spec since Java will do an analysis of rethrown exceptions. See https://docs.oracle.com/javase/8/docs/technotes/guides/language/catch-multiple.html. Change-Id: I973a63d4b079c2cd1402afb3f2956e18b7d5a00c Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>stable-5.7
Masaya Suzuki
5 years ago
1 changed files with 14 additions and 9 deletions
Loading…
Reference in new issue