InvalidParameterException
extends BaseException
in package
Invalid parameter exception.
Tags
Table of Contents
Properties
- $parameter : string|int
- Parameter name.
- $value : mixed
- Parameter value.
Methods
- __construct() : mixed
- InvalidParameterException constructor.
Properties
$parameter
Parameter name.
protected
string|int
$parameter
$value
Parameter value.
protected
mixed
$value
Methods
__construct()
InvalidParameterException constructor.
public
__construct(string|int $parameter, mixed $value[, Throwable|null $previous = null ]) : mixed
Parameters
- $parameter : string|int
-
Parameter name.
- $value : mixed
-
Parameter value.
- $previous : Throwable|null = null
-
Previous exception or error.