SoapException
extends Exception
in package
implements
Exception
FinalYes
Provides extra information about upnp exceptions
Table of Contents
Interfaces
- Exception
- Custom exception for this library.
Properties
- $client : SoapClient
Methods
- __construct() : mixed
- getRequest() : string
- Get the body of the soap request.
- getResponse() : string
- Get the body of the soap response.
Properties
$client
private
SoapClient
$client
The SoapClient instance that threw the SoapFault
Methods
__construct()
public
__construct(SoapFault $fault, SoapClient $client) : mixed
Parameters
- $fault : SoapFault
- $client : SoapClient
getRequest()
Get the body of the soap request.
public
getRequest() : string
Return values
stringgetResponse()
Get the body of the soap response.
public
getResponse() : string