Exception: CommandNotFoundError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- CommandNotFoundError
- Defined in:
- lib/filigree/commands.rb
Overview
Errors #
Instance Method Summary collapse
-
#initialize(line) ⇒ CommandNotFoundError
constructor
A new instance of CommandNotFoundError.
Constructor Details
#initialize(line) ⇒ CommandNotFoundError
Returns a new instance of CommandNotFoundError.
22 23 24 |
# File 'lib/filigree/commands.rb', line 22 def initialize(line) super "No command found for '#{line}'" end |