class AntigateApi::Errors::TimeoutError

Public Class Methods

new() click to toggle source
Calls superclass method AntigateApi::Errors::Error::new
# File lib/antigate_api/errors.rb, line 16
def initialize
  super('Timeout!!')
end