Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / workspaces / src / WorkspaceConflictException.php
1 <?php
2
3 namespace Drupal\workspaces;
4
5 /**
6  * An exception thrown when two workspaces are in a conflicting content state.
7  */
8 class WorkspaceConflictException extends \RuntimeException {
9
10 }