Exception: Spreedly::TimeoutError
- Defined in:
- lib/spreedly/error.rb
Instance Method Summary collapse
-
#initialize(message = "The payment system is not responding.") ⇒ TimeoutError
constructor
A new instance of TimeoutError.
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( = "The payment system is not responding.") super end |