Executioner  Executioner::NoOptionError

Parent

  • ::NoMethodError

Methods

[Validate]
Generated with RDazzle Newfish 1.4.0

NoOptionError

Public Class Methods

new(name, *arg) click to toggle source
   # File lib/executioner/errors.rb, line 4
4:     def initialize(name, *arg)
5:       super("unknown option -- #{name}", name, *args)
6:     end

Disabled; run with --debug to generate this.