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
def initialize(option)
  super("#{option} option required")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.