class CheckpointExistsException
Same name in other branches
- 11.x core/lib/Drupal/Core/Config/Checkpoint/CheckpointExistsException.php \Drupal\Core\Config\Checkpoint\CheckpointExistsException
Thrown when trying to add a checkpoint with an ID that already exists.
@internal This API is experimental.
Hierarchy
- class \Drupal\Core\Config\Checkpoint\CheckpointExistsException extends \Drupal\Core\Config\Checkpoint\RuntimeException
Expanded class hierarchy of CheckpointExistsException
1 file declares its use of CheckpointExistsException
- LinearHistoryTest.php in core/
tests/ Drupal/ Tests/ Core/ Config/ Checkpoint/ LinearHistoryTest.php
File
-
core/
lib/ Drupal/ Core/ Config/ Checkpoint/ CheckpointExistsException.php, line 13
Namespace
Drupal\Core\Config\CheckpointView source
final class CheckpointExistsException extends \RuntimeException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.