SandboxOwnershipException.php
Same filename and directory in other branches
Namespace
Drupal\package_manager\ExceptionFile
-
core/
modules/ package_manager/ src/ Exception/ SandboxOwnershipException.php
View source
<?php
declare (strict_types=1);
namespace Drupal\package_manager\Exception;
/**
* Exception thrown if a stage encounters an ownership or locking error.
*
* Should not be thrown by external code.
*/
final class SandboxOwnershipException extends SandboxException {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| SandboxOwnershipException | Exception thrown if a stage encounters an ownership or locking error. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.