summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/BulkException.php
blob: 6d3845568733410f83a48871741e21ff149f7a92 (plain)
1
2
3
4
5
6
7
<?php

namespace Elastica\Exception;

class BulkException extends \RuntimeException implements ExceptionInterface
{
}