Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / memcache / src / MemcacheException.php
1 <?php
2
3 namespace Drupal\memcache;
4
5 /**
6  * Memcache specific exception.
7  */
8 class MemcacheException extends \RuntimeException {}