Get rid of unneeded nested catch blocks

Since we already have an outer catch block, and both the inner and
outer catch block do the same thing, we drop the inner catch block,
and handle the exceptions at the outer block. Thereby, we simplify the
catch logic.

Change-Id: I5a9d8a576e4222f1dc27b4583f444aba7db80766
1 file changed
tree: fed2b4f2ccbbef1fa4e0542c84fb0eabf4486c32
  1. .settings/
  2. lib/
  3. src/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. LICENSE
  8. VERSION