Exception: Timber::CLI::API::APIKeyInvalidError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/timber/cli/api.rb

Overview

Raise when the API key provided is invalid.

Instance Method Summary collapse

Instance Method Details

#messageObject



19
20
21
22
# File 'lib/timber/cli/api.rb', line 19

def message
  "Uh oh! The API key supplied is invalid. Please ensure that you copied the \n" \
    "key properly.\n\n#{IO::Messages.obtain_key_instructions}"
end