9cce2b24d4fdb07f01fd6ce4976156a38f3dd3d3
[yaffs-website] / web / modules / contrib / memcache / src / MemcacheException.php
1 <?php
2
3 /**
4  * @file
5  * Contains \Drupal\memcache\MemcacheException.
6  */
7
8 namespace Drupal\memcache;
9
10 /**
11  * Memcache specific exception.
12  */
13 class MemcacheException extends \RuntimeException {}