BinderArgumentException extends ArgumentException
Table of Contents
Methods
- __construct() : mixed
- BinderArgumentException constructor.
- getErrors() : array<string|int, Error>
Methods
__construct()
BinderArgumentException constructor.
public
__construct([mixed $message = "" ][, mixed $parameter = "" ][, array<string|int, Error> $addedErrorsFromClosure = [] ][, Throwable $previous = null ]) : mixed
Parameters
- $message : mixed = ""
- $parameter : mixed = ""
- $addedErrorsFromClosure : array<string|int, Error> = []
- $previous : Throwable = null
getErrors()
public
getErrors() : array<string|int, Error>