Searched refs:HttpServiceUnavailableException (Results 1 – 4 of 4) sorted by relevance
23 use Fisharebest\Webtrees\Http\Exceptions\HttpServiceUnavailableException; alias68 throw new HttpServiceUnavailableException($message);
28 use Fisharebest\Webtrees\Http\Exceptions\HttpServiceUnavailableException; alias1175 throw new HttpServiceUnavailableException($message);
30 self::assertTrue(class_exists(HttpServiceUnavailableException::class));
27 class HttpServiceUnavailableException extends HttpException class