summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/Bulk/UdpException.php
blob: 0b2d4d2e1d6361655088478dc239c1c95891acff (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Elastica\Exception\Bulk;

use Elastica\Exception\BulkException;

class UdpException extends BulkException
{
}