class 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 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.