mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Kind error message
This commit is contained in:
parent
8727c132fc
commit
971f687a17
@ -960,7 +960,7 @@ public:
|
||||
return *(tIterator->second);
|
||||
}
|
||||
}
|
||||
throw std::logic_error("No such argument");
|
||||
throw std::logic_error("No such argument: " + std::string(aArgumentName));
|
||||
}
|
||||
|
||||
// Print help message
|
||||
|
Loading…
Reference in New Issue
Block a user