<?php

namespace Drupal\Core\Config\Schema;

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