Sha256: cb878e1da6ecb45ef1613ba8ed1fbbd3612751c2681db846c3779b0a1885524c

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

module ClickSession
  # A general ClickSession exception
  class Error < StandardError; end

  # Raised when the threshold has been reached for how many retries we
  # make of running the steps provided before we consider the entire
  # session a failure
  class TooManyRetriesError < Error; end

  # Raised when the configuration is not properly initialized
  class ConfigurationError < Error; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
click_session-0.1.1 lib/click_session/exceptions.rb
click_session-0.1.0 lib/click_session/exceptions.rb
click_session-0.0.1 lib/click_session/exceptions.rb