Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Extension / Exception / UnknownExtensionException.php
diff --git a/web/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php b/web/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
new file mode 100644 (file)
index 0000000..790285f
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Extension\Exception;
+
+/**
+ * Exception class thrown when a specified extension is not on the filesystem.
+ */
+class UnknownExtensionException extends \InvalidArgumentException {}