1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws
Aaron Suggs 30dd43f1e8 [AWS|RDS] Properly rescue NotFound exceptions
The following code

    Fog::AWS::RDS.new.servers.get('none_such_server')

now returns `nil` instead of

    Excon::Errors::NotFound: Expected(200) <=> Actual(404 Not Found)

This regressed with excon 0.22.0.
2013-06-04 11:52:12 -04:00
..
elb
models
parsers
requests
auto_scaling.rb
beanstalk.rb
cdn.rb
cloud_formation.rb
cloud_watch.rb
compute.rb
credential_fetcher.rb
data_pipeline.rb
dns.rb
dynamodb.rb
elasticache.rb
elb.rb
emr.rb
glacier.rb
iam.rb
rds.rb
ses.rb
signaturev4.rb
simpledb.rb
sns.rb
sqs.rb
storage.rb
sts.rb