Skip to content

Commit 98cbb5a

Browse files
committed
Move RetryCountExceeded into common.rb
1 parent 023e812 commit 98cbb5a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/bosh_common/lib/common/common.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
require 'common/errors'
21
require 'common/retryable'
32

43
module Bosh
54

65
# Module for common methods used throughout the BOSH code.
76
module Common
87

8+
class RetryCountExceeded < StandardError; end
9+
910
# Converts all keys of a [Hash] to symbols. Performs deep conversion.
1011
#
1112
# @param [Hash] hash to convert

src/bosh_common/lib/common/errors.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)