class KeyValueNotRetrievedException in Key 8
Defines an exception for when a key value fails to be retrieved.
Hierarchy
- class \Drupal\key\Exception\KeyException extends \Drupal\key\Exception\Exception
- class \Drupal\key\Exception\KeyValueNotRetrievedException
Expanded class hierarchy of KeyValueNotRetrievedException
File
- src/
Exception/ KeyValueNotRetrievedException.php, line 8
Namespace
Drupal\key\ExceptionView source
class KeyValueNotRetrievedException extends KeyException {
}