Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Response $response, $message='', $code=0, \Exception $previous=null) | |
getResponse () | |
Attributs privés | |
$response | |
Exception representing an unexpected response
Constructor
Response | $response | The Response object. |
string | $message | The Exception message to throw. |
integer | $code | The Exception code. |
\Exception | $previous | The previous exception used for the exception chaining. |
Références $message, UnexpectedResponseException\$response, et Symfony\Contracts\Service\__construct().
getResponse | ( | ) |
Get the Response object.
Références UnexpectedResponseException\$response.
|
private |