Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ContainerNotInitializedException.php

Namespace

Drupal\Core\DependencyInjection

File

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal