Sha256: 53c8910d91cdcd31f19065c6b7b20d0d1a72f25111c233a3894cff665ab4a6b8

Contents?: true

Size: 282 Bytes

Versions: 16

Compression:

Stored size: 282 Bytes

Contents

module Calabash
  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

16 entries across 16 versions & 1 rubygems

Version Path
calabash-2.0.0.pre11 lib/calabash/http/error.rb
calabash-2.0.0.pre10 lib/calabash/http/error.rb
calabash-2.0.0.pre9 lib/calabash/http/error.rb
calabash-2.0.0.prelegacy4 lib/calabash/http/error.rb
calabash-2.0.0.prelegacy3 lib/calabash/http/error.rb
calabash-2.0.0.prelegacy2 lib/calabash/http/error.rb
calabash-2.0.0.prelegacy lib/calabash/http/error.rb
calabash-2.0.0.pre6 lib/calabash/http/error.rb
calabash-2.0.0.pre5 lib/calabash/http/error.rb
calabash-2.0.0.pre4 lib/calabash/http/error.rb
calabash-2.0.0.pre3 lib/calabash/http/error.rb
calabash-2.0.0.pre2 lib/calabash/http/error.rb
calabash-2.0.0.pre1 lib/calabash/http/error.rb
calabash-1.9.9.pre3 lib/calabash/http/error.rb
calabash-1.9.9.pre2 lib/calabash/http/error.rb
calabash-1.9.9.pre1 lib/calabash/http/error.rb