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