NoCheckpointsException.php

Same filename in other branches
  1. 10 core/lib/Drupal/Core/Config/Checkpoint/NoCheckpointsException.php

Namespace

Drupal\Core\Config\Checkpoint

File

core/lib/Drupal/Core/Config/Checkpoint/NoCheckpointsException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Config\Checkpoint;


/**
 * Thrown when using the checkpoint storage with no checkpoints.
 *
 * @internal
 *   This API is experimental.
 */
final class NoCheckpointsException extends \RuntimeException {
    
    /**
     * {@inheritdoc}
     */
    protected $message = 'This storage cannot be read because there are no checkpoints';

}

Classes

Title Deprecated Summary
NoCheckpointsException Thrown when using the checkpoint storage with no checkpoints.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.