ConfigException.php 164 B

12345678
  1. <?php
  2. namespace Drupal\Core\Config;
  3. /**
  4. * A base exception thrown in any configuration system operations.
  5. */
  6. class ConfigException extends \RuntimeException {}