class JustimmoClient::OptionParser::InvalidValue

Raised when the option parser rejects a value

Public Class Methods

new(value) click to toggle source
Calls superclass method
# File lib/justimmo_client/option_parser.rb, line 20
def initialize(value)
  super "'#{value}' is not in the list of accepted values"
end