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

Breadcrumb

  1. Drupal Core 11.1.x

CheckpointExistsException.php

Namespace

Drupal\Core\Config\Checkpoint

File

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

View source
<?php

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


/**
 * Thrown when trying to add a checkpoint with an ID that already exists.
 *
 * @internal
 *   This API is experimental.
 */
final class CheckpointExistsException extends \RuntimeException {

}

Classes

Title Deprecated Summary
CheckpointExistsException Thrown when trying to add a checkpoint with an ID that already exists.
RSS feed
Powered by Drupal