You are here

ConfigPrefixLengthException.php in Drupal 9

Namespace

Drupal\Core\Config

File

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

namespace Drupal\Core\Config;


/**
 * Exception thrown when the config prefix length is exceeded.
 */
class ConfigPrefixLengthException extends ConfigException {

}

Classes

Namesort descending Description
ConfigPrefixLengthException Exception thrown when the config prefix length is exceeded.