Exception: GenericError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/configure-s3-website/http_helper.rb

Instance Method Summary collapse

Constructor Details

#initialize(error_message) ⇒ GenericError

Returns a new instance of GenericError.



71
72
73
# File 'lib/configure-s3-website/http_helper.rb', line 71

def initialize(error_message)
  super("AWS API call failed:\n#{error_message}")
end