In Files
Parent
- ::NoMethodError
Methods
Information
NoCommandError
class NoCommandError < ::NoMethodError
def initialize(name, *args)
super("unknown command -- #{name}", name, *args)
end
end
Disabled; run with --debug to generate this.
class NoCommandError < ::NoMethodError
def initialize(name, *args)
super("unknown command -- #{name}", name, *args)
end
end
Disabled; run with --debug to generate this.