MissingConstructorArgumentsException
extends RuntimeException
in package
RuntimeException.
Tags
Table of Contents
Properties
- $missingArguments : array<string|int, string>
Methods
- __construct() : mixed
- getMissingConstructorArguments() : array<string|int, string>
Properties
$missingArguments
private
array<string|int, string>
$missingArguments
Methods
__construct()
public
__construct(string $message[, int $code = 0 ][, Throwable $previous = null ][, array<string|int, mixed> $missingArguments = [] ]) : mixed
Parameters
- $message : string
- $code : int = 0
- $previous : Throwable = null
- $missingArguments : array<string|int, mixed> = []
getMissingConstructorArguments()
public
getMissingConstructorArguments() : array<string|int, string>