Exception: GetYourRep::Errors::CommandNotFoundError
- Inherits:
-
NoMethodError
- Object
- NoMethodError
- GetYourRep::Errors::CommandNotFoundError
- Defined in:
- lib/get_your_rep/errors.rb
Overview
Error raised when CLI command is invalid.
Instance Method Summary collapse
-
#command_not_found ⇒ Object
:nodoc:.
Instance Method Details
#command_not_found ⇒ Object
: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 |