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