Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workspaces / src / WorkspaceAccessException.php
1 <?php
2
3 namespace Drupal\workspaces;
4
5 use Drupal\Core\Access\AccessException;
6
7 /**
8  * Exception thrown when trying to switch to an inaccessible workspace.
9  */
10 class WorkspaceAccessException extends AccessException {
11
12 }