Exception: Rowling::NoAPIKeyError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



21
22
23
# File 'lib/rowling/exceptions.rb', line 21

def message
  "You must set a valid API key before making requests"
end