ContainerNotInitializedException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\DependencyInjectionFile
core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.phpView source
<?php
namespace Drupal\Core\DependencyInjection;
/**
* Exception thrown when a method is called that requires a container, but the
* container is not initialized yet.
*
* @see \Drupal
*/
class ContainerNotInitializedException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
ContainerNotInitializedException | Exception thrown when a method is called that requires a container, but the container is not initialized yet. |