Exception: UsageMod::ChoiceNoTypeError
- Defined in:
- lib/Usage.rb
Overview
doing a choice with an option or typed parameter is an error
Instance Method Summary collapse
-
#initialize ⇒ ChoiceNoTypeError
constructor
A new instance of ChoiceNoTypeError.
Constructor Details
#initialize ⇒ ChoiceNoTypeError
178 179 180 |
# File 'lib/Usage.rb', line 178 def initialize super("doing a choice with an option or typed parameter is not allowed") end |