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 on a non-initialized container.
*
* @see \Drupal
*/
class ContainerNotInitializedException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ContainerNotInitializedException | Exception, thrown when a method is called on a non-initialized container. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.