Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
binderargumentexception.php
1<?php
2
4
7
9{
12
18 public function __construct($message = "", $parameter = "", array $addedErrorsFromClosure = [], \Exception $previous = null)
19 {
20 parent::__construct($message, $parameter, $previous);
21 $this->addedErrorsFromClosure = $addedErrorsFromClosure;
22 }
23
27 public function getErrors(): array
28 {
30 }
31}
__construct($message="", $parameter="", array $addedErrorsFromClosure=[], \Exception $previous=null)