You are here

GeneratorNotInitializedException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php

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

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