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