GeneratorNotInitializedException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\RoutingFile
core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.phpView source
<?php
namespace Drupal\Core\Routing;
/**
* Class for exceptions thrown when the generator has not been initialized.
*/
class GeneratorNotInitializedException extends \Exception {
}
Classes
Name | Description |
---|---|
GeneratorNotInitializedException | Class for exceptions thrown when the generator has not been initialized. |