Definition of Drupal\Core\Config\ConfigException.
<?php /** * @file * Definition of Drupal\Core\Config\ConfigException. */ namespace Drupal\Core\Config; use RuntimeException; /** * A base exception thrown in any configuration system operations. */ class ConfigException extends RuntimeException { }