StandardError
# File lib/webmock/errors.rb, line 4 def initialize(request_signature) text = "Real HTTP connections are disabled. Unregistered request: #{request_signature}" text << stubbing_instructions(request_signature) super(text) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.