Exception: CommandNotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/filigree/commands.rb

Overview

Errors #

Instance Method Summary collapse

Constructor Details

#initialize(line) ⇒ CommandNotFoundError

Returns a new instance of CommandNotFoundError.



21
22
23
# File 'lib/filigree/commands.rb', line 21

def initialize(line)
	super "No command found for '#{line}'"
end