comparison core/modules/workspaces/src/WorkspaceConflictException.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
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 }