• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Twilio/ErrorInformant.php
  • Класс: BitrixMessageServiceProvidersTwilioErrorInformant
  • Вызов: ErrorInformant::__construct
public function __construct(?string $message, ?int $code, ?string $moreInfo, int $httpStatus)
{
	$this->code = $code;
	$this->message = $message;
	$this->moreInfo = $moreInfo;
	$this->httpStatus = $httpStatus;
}