Sha256: de753fa02391755fafad6e552359cb13c942ed2dec44cde016b1acaaf8553dd8

Contents?: true

Size: 281 Bytes

Versions: 77

Compression:

Stored size: 281 Bytes

Contents

module RunLoop
  module HTTP

    # Raised when there is a problem communicating with the Calabash test
    # server.
    class Error < StandardError

    end

    # Raised when there is a problem creating an HTTP request.
    class RequestError < StandardError

    end
  end
end

Version data entries

77 entries across 77 versions & 2 rubygems

Version Path
run_loop-4.9.1 lib/run_loop/http/error.rb
run_loop-4.9.0 lib/run_loop/http/error.rb
run_loop-4.8.1 lib/run_loop/http/error.rb
run_loop-4.8.0 lib/run_loop/http/error.rb
run_loop-4.7.0 lib/run_loop/http/error.rb
run_loop-4.6.3 lib/run_loop/http/error.rb
run_loop-4.6.1 lib/run_loop/http/error.rb
run_loop-4.6.0 lib/run_loop/http/error.rb
run_loop-4.5.7 lib/run_loop/http/error.rb
run_loop-4.5.6 lib/run_loop/http/error.rb
run_loop-4.5.5 lib/run_loop/http/error.rb
run_loop-4.5.4 lib/run_loop/http/error.rb
run_loop-4.5.3 lib/run_loop/http/error.rb
run_loop-4.5.2 lib/run_loop/http/error.rb
run_loop-4.5.1 lib/run_loop/http/error.rb
run_loop-4.5.0 lib/run_loop/http/error.rb
run_loop-4.4.2 lib/run_loop/http/error.rb
run_loop-4.4.1 lib/run_loop/http/error.rb
run_loop-2.3.2 lib/run_loop/http/error.rb
run_loop-4.3.0 lib/run_loop/http/error.rb