You are here

ContainerNotInitializedException.php in Zircon Profile 8.0

File

core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php
View 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

Namesort descending Description
ContainerNotInitializedException Exception thrown when a method is called that requires a container, but the container is not initialized yet.