Sha256: 37475a420f17d6e13b543fad8a4b7f0e5d7068ce3cb3765a055fd73519c47d13
Contents?: true
Size: 233 Bytes
Versions: 10
Compression:
Stored size: 233 Bytes
Contents
module Cucumber module WireSupport # Proxy for an exception that occured at the remote end of the wire class WireException < StandardError def initialize(args) super args['message'] end end end end
Version data entries
10 entries across 10 versions & 4 rubygems