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.



94
95
96
# File 'lib/configure-s3-website/http_helper.rb', line 94

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