Skip to content

Refactor exception handling

Tom Moebert requested to merge tommo/libkexiv2:exception-handling into master

Rather than copy-pasting try/catch clauses, use a template function to wrap try/catch clauses at a central place. In preparation for #1 (closed).

Merge request reports