summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/BulkException.php
blob: 121cf5574841e68b0a620e29a8513f4a8a1d3735 (plain)
1
2
3
4
5
6
<?php
namespace Elastica\Exception;

class BulkException extends \RuntimeException implements ExceptionInterface
{
}