Home
last modified time | relevance | path

Searched refs:RequestEntityTooLargeException (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DRequestEntityTooLargeException.php7 class RequestEntityTooLargeException extends \RuntimeException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DBulk.php13 use Elastica\Exception\RequestEntityTooLargeException; alias
310 case 413: throw new RequestEntityTooLargeException();
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md86 * Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elas…