Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Core / Routing / GeneratorNotInitializedException.php
1 <?php
2
3 namespace Drupal\Core\Routing;
4
5 /**
6  * Class for exceptions thrown when the generator has not been initialized.
7  */
8 class GeneratorNotInitializedException extends \Exception {}