Exception: WebpayRails::InvalidResponse

Inherits:
SoapError show all
Defined in:
lib/webpay_rails/errors.rb

Overview

Raise when the SOAP response of a request is blank.

Instance Method Summary collapse

Constructor Details

#initialize(action) ⇒ InvalidResponse

Returns a new instance of InvalidResponse.



26
27
28
# File 'lib/webpay_rails/errors.rb', line 26

def initialize(action)
  super(action, 'SOAP response is blank')
end