Parent

Methods

Clio::NoCommandError

Public Class Methods

new(name, *arg) click to toggle source
# File lib/clio/errors.rb, line 10
def initialize(name, *arg)
  super("unknown subcommand -- #{name}", name, *args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.