1<?php
2
3namespace Elastica\Exception;
4
5class BulkException extends \RuntimeException implements ExceptionInterface
6{
7}
8