Sha256: 445fb6be04ec1c6ac9271c4e28e1ee3cdfdf4e7ca6dd429ae20b94b8a913faef
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
module Cucumber module Pro module Error AccessDenied = Class.new(StandardError) { def initialize super "Access denied." end } MissingToken = Class.new(StandardError) { def initialize super "Missing access token. Please visit https://app.cucumber.pro/my/profile for instructions." 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber-pro-0.0.12 | lib/cucumber/pro/errors.rb |