summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/Connection/MemcacheException.php
blob: 24181379cc294bc7b5057e6793463ea3586edc4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace Elastica\Exception\Connection;

use Elastica\Exception\ConnectionException;

/**
 * Transport exception.
 *
 * @author Igor Denisenko <im.denisenko@yahoo.com>
 */
class MemcacheException extends ConnectionException
{
}