You are here

SchemaIncompleteException.php in Drupal 8

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.