class WsdlMapper::Runtime::Errors::SoapFault

Attributes

fault[R]

Public Class Methods

new(fault, cause = $!) click to toggle source
Calls superclass method WsdlMapper::Runtime::Errors::Error::new
# File lib/wsdl_mapper/runtime/errors.rb, line 35
def initialize(fault, cause = $!)
  super fault.string, cause
  @fault = fault
end