Drop unneeded catch blocks

Since MissingObjectException and IncorrectObjectTypeException are all
IOExceptions too, and we catch IOExceptions anyways, we merge the
three catches into one, as they all do the same thing. Thereby, the
code gets clearer.

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