KeyValueNotSetException.php in Key 8
Namespace
Drupal\key\ExceptionFile
src/Exception/KeyValueNotSetException.phpView source
<?php
namespace Drupal\key\Exception;
/**
* Defines an exception for when a key value fails to be set.
*/
class KeyValueNotSetException extends KeyException {
}
Classes
Name | Description |
---|---|
KeyValueNotSetException | Defines an exception for when a key value fails to be set. |