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