Exception: RMeetup::Error::InvalidRequestTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidRequestTypeError

Returns a new instance of InvalidRequestTypeError.



10
11
12
# File 'lib/rmeetup/errors.rb', line 10

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