class SandboxOwnershipException
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/Exception/SandboxOwnershipException.php \Drupal\package_manager\Exception\SandboxOwnershipException
Exception thrown if a stage encounters an ownership or locking error.
Should not be thrown by external code.
Hierarchy
- class \Drupal\package_manager\Exception\SandboxException extends \Drupal\package_manager\Exception\RuntimeException
- class \Drupal\package_manager\Exception\SandboxOwnershipException extends \Drupal\package_manager\Exception\SandboxException
Expanded class hierarchy of SandboxOwnershipException
2 files declare their use of SandboxOwnershipException
- SandboxManagerBase.php in core/
modules/ package_manager/ src/ SandboxManagerBase.php - StageOwnershipTest.php in core/
modules/ package_manager/ tests/ src/ Kernel/ StageOwnershipTest.php
File
-
core/
modules/ package_manager/ src/ Exception/ SandboxOwnershipException.php, line 12
Namespace
Drupal\package_manager\ExceptionView source
final class SandboxOwnershipException extends SandboxException {
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overrides |
|---|---|---|---|---|
| SandboxException::__construct | public | function | Constructs a StageException object. | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.