File: retriable_response.rb

package info (click to toggle)
ruby-faraday-retry 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: ruby: 204; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

# Faraday namespace.
module Faraday
  # Exception used to control the Retry middleware.
  class RetriableResponse < Error
  end
end