Exception: RMeetup::Error::NotConfiguredError
- Inherits:
-
StandardError
- Object
- StandardError
- RMeetup::Error::NotConfiguredError
- Defined in:
- lib/rmeetup/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotConfiguredError
constructor
A new instance of NotConfiguredError.
Constructor Details
#initialize ⇒ NotConfiguredError
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 |