You are here

ConfigNameException.php in Drupal 10

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/ConfigNameException.php
View source
<?php

namespace Drupal\Core\Config;


/**
 * Exception thrown when a config object name is invalid.
 */
class ConfigNameException extends ConfigException {

}

Classes

Namesort descending Description
ConfigNameException Exception thrown when a config object name is invalid.