ContainerNotInitializedException.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\Core\DependencyInjectionFile
core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\DependencyInjection\ContainerNotInitializedException.
*/
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. |