Parent

Methods

Rufus::Jig::TimeoutError

A common error for all adapters in case of timeout.

Public Class Methods

new(message=nil) click to toggle source
    # File lib/rufus/jig/http.rb, line 60
60:     def initialize (message=nil)
61: 
62:       super(message || 'timed out')
63:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.