Sha256: fd930ab3313d52d2a71e410b02bf7679192452375117523ccd76eaa32f1dcafa
Contents?: true
Size: 355 Bytes
Versions: 2
Compression:
Stored size: 355 Bytes
Contents
module Cucumber module Pro module Error AccessDenied = Class.new(StandardError) { def initialize super "Access denied." end } Timeout = Class.new(StandardError) { def initialize super "Timed out waiting for a reply from the Cucumber Pro server." end } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cucumber-pro-0.0.14 | lib/cucumber/pro/errors.rb |
cucumber-pro-0.0.13 | lib/cucumber/pro/errors.rb |