You are here

SchemaIncompleteException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php

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

Namesort descending Description
SchemaIncompleteException An exception thrown when a config schema is incomplete.