GeneratorNotInitializedException.php

Definition of Drupal\Core\Routing\GeneratorNotInitializedException.

Namespace

Drupal\Core\Routing

File

drupal/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Routing\GeneratorNotInitializedException.
 */
namespace Drupal\Core\Routing;

use Exception;

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

}

Classes

Namesort descending Description
GeneratorNotInitializedException Class for exceptions thrown when the generator has not been initialized.