User passed incorrect arguments, parsing failed Note: use `throw TUsageException()` instead of `ythrow TUsageException()` to prevent appearence of stacktrace and location of the `ythrow` statment in error messages.
| 24 | /// Note: use `throw TUsageException()` instead of `ythrow TUsageException()` to prevent appearence of stacktrace |
| 25 | /// and location of the `ythrow` statment in error messages. |
| 26 | class TUsageException: public TException { |
| 27 | }; |
| 28 | |
| 29 | struct IOptHandler { |
| 30 | virtual void HandleOpt(const TOptsParser* parser) = 0; |
no outgoing calls
no test coverage detected