class Spreedly::TimeoutError
Public Class Methods
new(message = "The payment system is not responding.")
click to toggle source
Calls superclass method
# File lib/spreedly/error.rb, line 31 def initialize(message = "The payment system is not responding.") super end