class FakeAWS::InternalError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/fake_aws/error.rb, line 18 def initialize super("Shouldn't ever get here! Looks like a bug in FakeAWS.") end