NotInstantiableException
extends InvalidConfigException
in package
NotInstantiableException represents an exception caused by incorrect dependency injection container configuration or usage.
Tags
Table of Contents
Methods
- __construct() : mixed
- {@inheritdoc}
- getName() : string
Methods
__construct()
{@inheritdoc}
public
__construct(mixed $class[, mixed $message = null ][, mixed $code = 0 ][, mixed $previous = null ]) : mixed
Parameters
- $class : mixed
- $message : mixed = null
- $code : mixed = 0
- $previous : mixed = null
getName()
public
getName() : string
Return values
string —the user-friendly name of this exception