Exception: Spreedly::TimeoutError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "The payment system is not responding.") ⇒ TimeoutError

Returns a new instance of TimeoutError.



31
32
33
# File 'lib/spreedly/error.rb', line 31

def initialize(message = "The payment system is not responding.")
  super
end