Exception: BucketOperationException
- Inherits:
-
StandardError
- Object
- StandardError
- BucketOperationException
- Defined in:
- lib/bucket_client/bucket_operation_exception.rb
Instance Method Summary collapse
-
#initialize(result) ⇒ BucketOperationException
constructor
Create a BucketOperationException.
Constructor Details
#initialize(result) ⇒ BucketOperationException
Create a BucketOperationException
5 6 7 |
# File 'lib/bucket_client/bucket_operation_exception.rb', line 5 def initialize(result) super("Bucket Operation failed: #{result.}. Status Code: #{result.code}") end |