Exception: GetYourRep::Errors::CommandNotFoundError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/get_your_rep/errors.rb

Overview

Error raised when CLI command is invalid.

Instance Method Summary collapse

Instance Method Details

#command_not_foundObject

:nodoc:



38
39
40
# File 'lib/get_your_rep/errors.rb', line 38

def command_not_found # :nodoc:
  "Command not found. Use 'help' command for a list of possible commands."
end