Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/EmailNotifications/vendor/async-aws/core/src/AwsError/AwsError.php
Ðазад
<?php namespace AsyncAws\Core\AwsError; final class AwsError { /** * @var string|null */ private $code; /** * @var string|null */ private $message; /** * @var string|null */ private $type; /** * @var string|null */ private $detail; public function __construct(?string $code, ?string $message, ?string $type, ?string $detail) { $this->code = $code; $this->message = $message; $this->type = $type; $this->detail = $detail; } public function getCode(): ?string { return $this->code; } public function getMessage(): ?string { return $this->message; } public function getType(): ?string { return $this->type; } public function getDetail(): ?string { return $this->detail; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка