You are here

MemcacheException.php in Memcache API and Integration 8.2

Namespace

Drupal\memcache

File

src/MemcacheException.php
View source
<?php

namespace Drupal\memcache;


/**
 * Memcache specific exception.
 */
class MemcacheException extends \RuntimeException {

}

Classes

Namesort descending Description
MemcacheException Memcache specific exception.