tzaeschke / zoodb

ZooDB Object Database
Apache License 2.0
57 stars 9 forks source link

Code quality fix - Catches should be combined. #86

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S2147 - Catches should be combined. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2147

Please let me know if you have any questions.

Faisal Hameed

tzaeschke commented 8 years ago

Thanks.