MissingParameterException
extends BaseException
in package
Missing parameter exception
Tags
Table of Contents
Methods
- __construct() : mixed
- MissingParameterException constructor.
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.