Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NoCheckpointsException.php

class 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\Checkpoint
View 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
RSS feed
Powered by Drupal