This package contains base implementations of standard container-related interfaces, which includes exceptions, exception factories, and a small opinionated base implementation that demonstrates simple common usage. Because the standard is an extension of PSR-11, this implementation is compliant with PSR-11.
AbstractBaseContainer- A base class for containers. For the simplest implementation, only needs a constructor added.ContainerException- Represents a problem with a container.NotFoundException- Occurs when a key cannot be found in a container.
CreateContainerExceptionCapableTrait- CreatesContainerExceptioninstances.CreateNotFoundExceptionCapableTrait- CreatesNotFoundExceptioninstances