We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RetryCountExceeded
common.rb
1 parent 023e812 commit 98cbb5aCopy full SHA for 98cbb5a
2 files changed
src/bosh_common/lib/common/common.rb
@@ -1,11 +1,12 @@
1
-require 'common/errors'
2
require 'common/retryable'
3
4
module Bosh
5
6
# Module for common methods used throughout the BOSH code.
7
module Common
8
+ class RetryCountExceeded < StandardError; end
9
+
10
# Converts all keys of a [Hash] to symbols. Performs deep conversion.
11
#
12
# @param [Hash] hash to convert
src/bosh_common/lib/common/errors.rb
0 commit comments