Exception: RMeetup::Error::NotConfiguredError

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

Instance Method Summary collapse

Constructor Details

#initializeNotConfiguredError

Returns a new instance of NotConfiguredError.



4
5
6
# File 'lib/rmeetup/errors.rb', line 4

def initialize
  super "Please provide your Meetup API key before fetching data."
end