Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[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 }