You are here

class KeyValueNotSetException in Key 8

Defines an exception for when a key value fails to be set.

Hierarchy

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\Exception
View source
class KeyValueNotSetException extends KeyException {

}

Members