remove templating & simplify error message
+ clang-format in Error files + Remove AnyError
This commit is contained in:
@@ -45,7 +45,7 @@ int main(int argc, char* const argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
catch (AnyError& e) {
|
||||
catch (Error& e) {
|
||||
std::cout << "Caught Exiv2 exception '" << e << "'\n";
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user