summaryrefslogtreecommitdiffstatshomepage
path: root/core/lib/Drupal/Core/Config/ConfigNameException.php
blob: 908576930b05513600c47d54d378e5cd768ef8fc (plain) (blame)
1
2
3
4
5
6
7
8
<?php

namespace Drupal\Core\Config;

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