UnknownCheckpointException.php

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

Namespace

Drupal\Core\Config\Checkpoint

File

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

View source
<?php

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


/**
 * Thrown when trying to access a checkpoint that does not exist.
 *
 * @internal
 *   This API is experimental.
 */
final class UnknownCheckpointException extends \RuntimeException {

}

Classes

Title Deprecated Summary
UnknownCheckpointException Thrown when trying to access a checkpoint that does not exist.

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