Definition of Drupal\Core\Routing\GeneratorNotInitializedException.
<?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 {
}
Name![]() |
Description |
---|---|
GeneratorNotInitializedException | Class for exceptions thrown when the generator has not been initialized. |