Searched refs:RequestEntityTooLargeException (Results 1 – 3 of 3) sorted by relevance
7 class RequestEntityTooLargeException extends \RuntimeException implements ExceptionInterface class
13 use Elastica\Exception\RequestEntityTooLargeException; alias310 case 413: throw new RequestEntityTooLargeException();
86 * Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elas…