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