class CommandNotFoundError

Errors #

Public Class Methods

new(line) click to toggle source
Calls superclass method
# File lib/filigree/commands.rb, line 22
def initialize(line)
        super "No command found for '#{line}'"
end