remove templating & simplify error message

+ clang-format in Error files
+ Remove AnyError
This commit is contained in:
Luis Díaz Más
2022-03-08 19:52:21 +01:00
committed by Luis Diaz
parent 96f7f2e4c5
commit 7119b7676f
37 changed files with 288 additions and 351 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ try {
return 0;
}
catch (const AnyError& e) {
catch (const Error& e) {
std::cout << e << "\n";
}