| 402 | { |
| 403 | public: |
| 404 | explicit OptionParseException(const std::string& message) |
| 405 | : OptionException(message) |
| 406 | { |
| 407 | } |
| 408 | }; |
| 409 | |
| 410 | class option_exists_error : public OptionSpecException |
nothing calls this directly
no outgoing calls
no test coverage detected