You are here

KeyValueNotDeletedException.php in Key 8

File

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

namespace Drupal\key\Exception;


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

}

Classes

Namesort descending Description
KeyValueNotDeletedException Defines an exception for when a key value fails to be deleted.