Methods

Thin::OptionRequired

Raised when a mandatory option is missing to run a command.

Public Class Methods

new(option) click to toggle source
    # File lib/thin/controllers/controller.rb, line 9
 9:     def initialize(option)
10:       super("#{option} option required")
11:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.