Method: RightAws::S3Interface#on_exception
- Defined in:
- lib/s3/right_s3_interface.rb
#on_exception(options = {:raise=>true, :log=>true}) ⇒ Object
TODO TRB 6/19/07 - Service gem common method
120 121 122 |
# File 'lib/s3/right_s3_interface.rb', line 120 def on_exception(={:raise=>true, :log=>true}) # :nodoc: RightAws::AwsError::on_aws_exception(self, ) end |