Exception: UsageMod::ChoiceNoTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/Usage.rb

Overview

doing a choice with an option or typed parameter is an error

Instance Method Summary collapse

Constructor Details

#initializeChoiceNoTypeError



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