UnsupportedDataTypeConfigException.php 171 B

123456789
  1. <?php
  2. namespace Drupal\Core\Config;
  3. /**
  4. * Exception thrown when a config data type is invalid.
  5. */
  6. class UnsupportedDataTypeConfigException extends ConfigException {
  7. }