class NoCheckpointsException
Same name in other branches
- 10 core/lib/Drupal/Core/Config/Checkpoint/NoCheckpointsException.php \Drupal\Core\Config\Checkpoint\NoCheckpointsException
Thrown when using the checkpoint storage with no checkpoints.
@internal This API is experimental.
Hierarchy
- class \Drupal\Core\Config\Checkpoint\NoCheckpointsException extends \Drupal\Core\Config\Checkpoint\RuntimeException
Expanded class hierarchy of NoCheckpointsException
File
-
core/
lib/ Drupal/ Core/ Config/ Checkpoint/ NoCheckpointsException.php, line 13
Namespace
Drupal\Core\Config\CheckpointView source
final class NoCheckpointsException extends \RuntimeException {
/**
* {@inheritdoc}
*/
protected $message = 'This storage cannot be read because there are no checkpoints';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
NoCheckpointsException::$message | protected | property |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.