1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
unknownfieldexception.php
См. документацию.
1<?php
2
3namespace Bitrix\Seo\BusinessSuite\Exception;
4
5
7{
9
10 protected $fieldCode;
11
22 public function __construct(
23 $message = "",
24 $code = 0,
25 $file = "",
26 $line = 0,
27 \Exception $previous = null,
28 $fieldCode = ''
29 )
30 {
31 parent::__construct($message, $code, $file, $line, $previous);
32 $this->fieldCode = $fieldCode;
33 }
34
38 public function getCustomData(): array
39 {
40 return parent::getCustomData() + [
41 'code' => $this->fieldCode,
42 ];
43 }
44}
__construct( $message="", $code=0, $file="", $line=0, \Exception $previous=null, $fieldCode='')
Определения unknownfieldexception.php:22
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
$message
Определения payment.php:8