Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / DependencyInjection / ContainerNotInitializedException.php
1 <?php
2
3 namespace Drupal\Core\DependencyInjection;
4
5 /**
6  * Exception thrown when a method is called that requires a container, but the
7  * container is not initialized yet.
8  *
9  * @see \Drupal
10  */
11 class ContainerNotInitializedException extends \RuntimeException {
12
13 }