SchemaIncompleteException.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\Core\Config\SchemaFile
core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Config\Schema\SchemaIncompleteException.
*/
namespace Drupal\Core\Config\Schema;
/**
* An exception thrown when a config schema is incomplete.
*/
class SchemaIncompleteException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
SchemaIncompleteException | An exception thrown when a config schema is incomplete. |