class JustimmoClient::OptionParser::InvalidOption

Raised when the option parser rejects an option

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/justimmo_client/option_parser.rb, line 13
def initialize(key)
  super "Option '#{key}' not supported"
end