Exception: GenericError
- Inherits:
-
StandardError
- Object
- StandardError
- GenericError
- Defined in:
- lib/configure-s3-website/http_helper.rb
Instance Method Summary collapse
-
#initialize(error_message) ⇒ GenericError
constructor
A new instance of GenericError.
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() super("AWS API call failed:\n#{}") end |