Exception: Clio::NoCommandError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/clio/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, *arg) ⇒ NoCommandError

Returns a new instance of NoCommandError.



10
11
12
# File 'lib/clio/errors.rb', line 10

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