InvalidDefinition
extends Exception
in package
implements
ContainerExceptionInterface
Invalid DI definitions.
Tags
Table of Contents
Interfaces
- ContainerExceptionInterface
- Base interface representing a generic exception in a container.
Methods
- create() : self
Methods
create()
public
static create(Definition $definition, string $message[, Exception|null $previous = null ]) : self
Parameters
- $definition : Definition
- $message : string
- $previous : Exception|null = null