ContainerNotInitializedException.php
Same filename in other branches
Namespace
Drupal\Core\DependencyInjectionFile
-
core/
lib/ Drupal/ Core/ DependencyInjection/ ContainerNotInitializedException.php
View 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
Title | Deprecated | Summary |
---|---|---|
ContainerNotInitializedException | Exception thrown when a method is called that requires a container, but the container is not initialized yet. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.