Upgraded drupal core with security updates
[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 { }