Exception: FakeAWS::InternalError
- Defined in:
- lib/fake_aws/error.rb
Instance Method Summary collapse
-
#initialize ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize ⇒ InternalError
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 |