Skip to content
ConfigValueException.php 159 B
Newer Older
<?php

namespace Drupal\Core\Config;

/**
 * Exception thrown when config object values are invalid.
 */
class ConfigValueException extends ConfigException {}