You are here

GeneratorNotInitializedException.php in Drupal 10

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.