class TheCaptain::Error::ClientAuthenticationError

Public Class Methods

no_key_provided() click to toggle source
# File lib/the_captain/error/exceptions.rb, line 26
def self.no_key_provided
  new("No API key provided. " \
          'Set your API key using "TheCaptain.api_key = <API-KEY>". ' \
          "See https://thecaptain.elevatorup.com for details, or " \
          "email support@thecaptain.elevatorup.com if you have any questions.")
end