Exception: RMeetup::NotConfiguredError

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

Overview

RMeetup Errors

Instance Method Summary collapse

Constructor Details

#initializeNotConfiguredError

Returns a new instance of NotConfiguredError.



14
15
16
# File 'lib/rmeetup.rb', line 14

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