UnexpectedResponseException
Extends DomainException Implements ClientExceptionInterfaceException representing an unexpected response
since |
1.2.0 |
---|---|
package |
Joomla Framework |
Methods
__construct
Constructor
__construct(\Joomla\Http\Response response, string message = '', int code, \Exception previous = null) : mixed
since |
1.2.0 |
---|
Arguments
- response
\Joomla\Http\Response
The Response object.- message
string
The Exception message to throw.- code
int
The Exception code.- previous
\Exception
The previous exception used for the exception chaining.
Response
mixed
getResponse
Get the Response object.
getResponse() : \Joomla\Http\Response
since |
1.2.0 |
---|
Response
\Joomla\Http\Response
Properties
response
The Response object.
since |
1.2.0 |
---|
Type(s)
\Joomla\Http\Response