You are here

KeyValueNotSetException.php in Key 8

File

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

namespace Drupal\key\Exception;


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

}

Classes

Namesort descending Description
KeyValueNotSetException Defines an exception for when a key value fails to be set.