method
public
BinderArgumentException::__construct()
Сигнатура
public __construct([mixed $message = "" ][, mixed $parameter = "" ][, array<string|int, Error> $addedErrorsFromClosure = [] ][, Throwable $previous = null ]) : mixed
Описание
Конструктор BinderArgumentException.
Параметры
$message
mixed
= ""
$parameter
mixed
= ""
$addedErrorsFromClosure
array<string|int, Error>
= []
$previous
Throwable
= null
Возвращаемое значение
mixed
Исходный файл: source/main/lib/engine/autowire/binderargumentexception.php:18

