Method: CommandNotFoundError#initialize
- Defined in:
- lib/filigree/commands.rb
#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 |