DuplicateConfigActionIdException.php
Same filename in other branches
Namespace
Drupal\Core\Config\ActionFile
-
core/
lib/ Drupal/ Core/ Config/ Action/ DuplicateConfigActionIdException.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Core\Config\Action;
/**
* Exception thrown if there are conflicting shorthand action IDs.
*
* @internal
* This API is experimental.
*/
class DuplicateConfigActionIdException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
DuplicateConfigActionIdException | Exception thrown if there are conflicting shorthand action IDs. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.