class KeyValueNotSetException in Key 8
Defines an exception for when a key value fails to be set.
Hierarchy
- class \Drupal\key\Exception\KeyException extends \Drupal\key\Exception\Exception
- class \Drupal\key\Exception\KeyValueNotSetException
Expanded class hierarchy of KeyValueNotSetException
2 files declare their use of KeyValueNotSetException
- ConfigKeyProvider.php in src/
Plugin/ KeyProvider/ ConfigKeyProvider.php - Key.php in src/
Entity/ Key.php
File
- src/
Exception/ KeyValueNotSetException.php, line 8
Namespace
Drupal\key\ExceptionView source
class KeyValueNotSetException extends KeyException {
}