You are here

KeyValueNotRetrievedException.php in Key 8

File

src/Exception/KeyValueNotRetrievedException.php
View source
<?php

namespace Drupal\key\Exception;


/**
 * Defines an exception for when a key value fails to be retrieved.
 */
class KeyValueNotRetrievedException extends KeyException {

}

Classes

Namesort descending Description
KeyValueNotRetrievedException Defines an exception for when a key value fails to be retrieved.