method
new
v1_9_3_392 -
Show latest stable
- Class:
XMLRPC::FaultException
new(faultCode, faultString)public
No documentation available.
# File lib/xmlrpc/parser.rb, line 57
def initialize(faultCode, faultString)
@faultCode = faultCode
@faultString = faultString
super(@faultString)
end