class WebMock::HttpLibAdapters::ManticoreAdapter::StubbedTimeoutResponse

def call

def call
  @handlers[:failure].call(Manticore::ConnectTimeout.new("Too slow (mocked timeout)"))
end