GeneratorNotInitializedException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
  2. 8.9.x core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
  3. 10 core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php

Namespace

Drupal\Core\Routing

File

core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php

View source
<?php

namespace Drupal\Core\Routing;


/**
 * Class for exceptions thrown when the generator has not been initialized.
 */
class GeneratorNotInitializedException extends \Exception {

}

Classes

Title Deprecated Summary
GeneratorNotInitializedException Class for exceptions thrown when the generator has not been initialized.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.