class EmptyContainerException extends EmptyArgumentException implements ContainerExceptionInterface (View source)

Exception raised when the object given to Container member class is not a valid container

Methods

mixed
getContainer()

No description

__construct($container = null)

No description

Details

mixed getContainer()

Return Value

mixed Container object that raised the exception

__construct($container = null)

Parameters

$container