WorkspaceConflictException.php
Same filename in other branches
Namespace
Drupal\workspacesFile
-
core/
modules/ workspaces/ src/ WorkspaceConflictException.php
View source
<?php
namespace Drupal\workspaces;
/**
* An exception thrown when two workspaces are in a conflicting content state.
*/
class WorkspaceConflictException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
WorkspaceConflictException | An exception thrown when two workspaces are in a conflicting content state. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.