Exception: Jekyll::S3::RetryAttemptsExhaustedError

Inherits:
JekyllS3Error
  • Object
show all
Defined in:
lib/jekyll-s3/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Operation failed even though we tried to recover from it") ⇒ RetryAttemptsExhaustedError

Returns a new instance of RetryAttemptsExhaustedError.



25
26
27
# File 'lib/jekyll-s3/errors.rb', line 25

def initialize(message = "Operation failed even though we tried to recover from it")
  super(message)
end