SchemaIncompleteException.php 174 B

123456789
  1. <?php
  2. namespace Drupal\Core\Config\Schema;
  3. /**
  4. * An exception thrown when a config schema is incomplete.
  5. */
  6. class SchemaIncompleteException extends \RuntimeException {
  7. }