MissingParametersException

Extends \Exception

package

Default

Methods

__construct

__construct(array $missingParameters, \Exception $previous = null) 

Arguments

$missingParameters

array

Array of strings representing the missing parameters

$previous

\Exception

[optional] The previous exception used for the exception chaining. Since 5.3.0

Properties

Array of missing parameter keys

missingParameters : array
var

Type(s)

array