Class: Sem::Errors::Auth::NoCredentials

Inherits:
Base
  • Object
show all
Defined in:
lib/sem/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



47
48
49
50
51
52
53
# File 'lib/sem/errors.rb', line 47

def message
  [
    "[ERROR] You are not logged in.",
    "",
    "Log in with '#{Sem::CLI.program_name} login --auth-token <token>'"
  ].join("\n")
end