Exception: UberS3::Error::Standard

Inherits:
StandardError
  • Object
show all
Defined in:
lib/uber-s3/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, message) ⇒ Standard

Returns a new instance of Standard.



6
7
8
# File 'lib/uber-s3/error.rb', line 6

def initialize(key, message)
  super("#{key}: #{message}")
end