8f108e04d8c6debef913e62535f2d00ecc77ef1c
[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 { }