Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Routing / GeneratorNotInitializedException.php
diff --git a/web/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php b/web/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
new file mode 100644 (file)
index 0000000..8f108e0
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Routing;
+
+/**
+ * Class for exceptions thrown when the generator has not been initialized.
+ */
+class GeneratorNotInitializedException extends \Exception { }