StageOwnershipException.php

Namespace

Drupal\package_manager\Exception

File

core/modules/package_manager/src/Exception/StageOwnershipException.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 StageOwnershipException extends StageException {

}

Classes

Title Deprecated Summary
StageOwnershipException 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.