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