Kind error message

This commit is contained in:
Yoshihiro Hokazono 2021-09-13 07:08:37 +09:00
parent 8727c132fc
commit 971f687a17

View File

@ -960,7 +960,7 @@ public:
return *(tIterator->second); return *(tIterator->second);
} }
} }
throw std::logic_error("No such argument"); throw std::logic_error("No such argument: " + std::string(aArgumentName));
} }
// Print help message // Print help message