Pathologic was missing because of a .git folder inside.
[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 {}