MissingDependenciesException
extends Exception
Table of Contents
-
$dependencies
: array<string|int, mixed>
-
$type
: string
-
__construct()
: mixed
-
getDependencies()
: array<string|int, mixed>
-
getType()
: string
$dependencies
protected
array<string|int, mixed>
$dependencies
$type
protected
string
$type
__construct()
public
__construct(string $type[, array<string|int, mixed> $dependencies = [] ][, mixed $message = '' ], mixed $code[, Throwable $previous = null ]) : mixed
Parameters
-
$type
: string
-
-
$dependencies
: array<string|int, mixed>
= []
-
-
$message
: mixed
= ''
-
-
$code
: mixed
-
-
$previous
: Throwable
= null
-
Return values
mixed
—
getDependencies()
public
getDependencies() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getType()
public
getType() : string
Return values
string
—