class GeneratorNotInitializedException

Class for exceptions thrown when the generator has not been initialized.

Hierarchy

Expanded class hierarchy of GeneratorNotInitializedException

1 file declares its use of GeneratorNotInitializedException
common.inc in drupal/core/includes/common.inc
Common functions that many Drupal modules will need to reference.

File

drupal/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php, line 14
Definition of Drupal\Core\Routing\GeneratorNotInitializedException.

Namespace

Drupal\Core\Routing
View source
class GeneratorNotInitializedException extends Exception {

}

Members