Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workspaces / src / WorkspaceAccessException.php
diff --git a/web/core/modules/workspaces/src/WorkspaceAccessException.php b/web/core/modules/workspaces/src/WorkspaceAccessException.php
new file mode 100644 (file)
index 0000000..461faa6
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\workspaces;
+
+use Drupal\Core\Access\AccessException;
+
+/**
+ * Exception thrown when trying to switch to an inaccessible workspace.
+ */
+class WorkspaceAccessException extends AccessException {
+
+}