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

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

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
14
# File 'lib/timber/cli/api.rb', line 11

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