Searched refs:HttpServerErrorException (Results 1 – 10 of 10) sorted by relevance
24 use Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException; alias153 … throw new HttpServerErrorException(I18N::translate('No upgrade information is available.'));158 throw new HttpServerErrorException($message);233 throw new HttpServerErrorException($exception->getMessage());
25 use Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException; alias111 throw new HttpServerErrorException('Cannot read ZIP file. Is it corrupt?');170 … throw new HttpServerErrorException(I18N::translate('The server’s time limit has been reached.'));202 … throw new HttpServerErrorException(I18N::translate('The server’s time limit has been reached.'));
26 use Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException; alias76 $this->expectException(HttpServerErrorException::class);92 $this->expectException(HttpServerErrorException::class);181 $this->expectException(HttpServerErrorException::class);
23 use Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException; alias43 $handler->method('handle')->willThrowException(new HttpServerErrorException('eek'));
24 use Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException; alias80 throw new HttpServerErrorException($message);
24 use Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException; alias121 throw new HttpServerErrorException($message);
27 class HttpServerErrorException extends HttpException class
30 self::assertTrue(class_exists(HttpServerErrorException::class));