The SoapFault class
(PHP 5 >= 5.0.1)
Introduction
Represents a SOAP fault.
Class synopsis
SoapFault
extends
Exception
{
/* Inherited properties */
/* Methods */
__construct
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
SoapFault
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )/* Inherited methods */
}Table of Contents
- SoapFault::__construct — SoapFault constructor
- SoapFault::SoapFault — SoapFault constructor
- SoapFault::__toString — Obtain a string representation of a SoapFault