SchemaIncompleteException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php
  2. 8.9.x core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php
  3. 11.x core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php

Namespace

Drupal\Core\Config\Schema

File

core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php

View source
<?php

namespace Drupal\Core\Config\Schema;


/**
 * An exception thrown when a config schema is incomplete.
 */
class SchemaIncompleteException extends \RuntimeException {

}

Classes

Title Deprecated Summary
SchemaIncompleteException An exception thrown when a config schema is incomplete.

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