Exception: RMeetup::InvalidRequestTypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rmeetup.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidRequestTypeError

Returns a new instance of InvalidRequestTypeError.



20
21
22
# File 'lib/rmeetup.rb', line 20

def initialize(type)
  super "Fetch type '#{type}' not a valid."
end