Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Routing / MatchingRouteNotFoundException.php
diff --git a/web/core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php b/web/core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php
new file mode 100644 (file)
index 0000000..4d5d0af
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Core\Routing;
+
+use Symfony\Component\Routing\Exception\ResourceNotFoundException;
+
+/**
+ * No matching route was found.
+ */
+class MatchingRouteNotFoundException extends ResourceNotFoundException {
+
+}