Exception: Console::NoCommandError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/more/facets/command.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, *arg) ⇒ NoCommandError

Returns a new instance of NoCommandError.



50
51
52
# File 'lib/more/facets/command.rb', line 50

def initialize(name, *arg)
  super("unknown subcommand -- #{name}", name, *args)
end