Mercurial > hg > isophonics-drupal-site
annotate core/modules/workspaces/src/WorkspaceConflictException.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@17 | 1 <?php |
Chris@17 | 2 |
Chris@17 | 3 namespace Drupal\workspaces; |
Chris@17 | 4 |
Chris@17 | 5 /** |
Chris@17 | 6 * An exception thrown when two workspaces are in a conflicting content state. |
Chris@17 | 7 */ |
Chris@17 | 8 class WorkspaceConflictException extends \RuntimeException { |
Chris@17 | 9 |
Chris@17 | 10 } |