Sha256: 05e62e83a0bc5da2e74b3d1ed309a6ca1058daa2a8f88c5e3da56920bbdf981c

Contents?: true

Size: 218 Bytes

Versions: 12

Compression:

Stored size: 218 Bytes

Contents

module WebMock
  
  class NetConnectNotAllowedError < StandardError
    def initialize(request_signature)
      super("Real HTTP connections are disabled. Unregistered request: #{request_signature}")
    end
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
webmock-1.5.0 lib/webmock/errors.rb
webmock-1.4.0 lib/webmock/errors.rb
webmock-1.3.5 lib/webmock/errors.rb
webmock-1.3.4 lib/webmock/errors.rb
webmock-1.3.3 lib/webmock/errors.rb
webmock-1.3.2 lib/webmock/errors.rb
webmock-1.3.1 lib/webmock/errors.rb
webmock-1.3.0 lib/webmock/errors.rb
webmock-1.2.2 lib/webmock/errors.rb
webmock-1.2.1 lib/webmock/errors.rb
webmock-1.2.0 lib/webmock/errors.rb
webmock-1.1.0 lib/webmock/errors.rb