Exception: FakeAWS::InternalError

Inherits:
Error
  • Object
show all
Defined in:
lib/fake_aws/error.rb

Instance Method Summary collapse

Constructor Details

#initializeInternalError

Returns a new instance of InternalError.



18
19
20
# File 'lib/fake_aws/error.rb', line 18

def initialize
  super("Shouldn't ever get here! Looks like a bug in FakeAWS.")
end