Home
last modified time | relevance | path

Searched refs:HttpServiceUnavailableException (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Services/
H A DLeafletJsService.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpServiceUnavailableException; alias
68 throw new HttpServiceUnavailableException($message);
H A DSearchService.php28 use Fisharebest\Webtrees\Http\Exceptions\HttpServiceUnavailableException; alias
1175 throw new HttpServiceUnavailableException($message);
/webtrees/tests/app/Http/Exceptions/
H A DHttpServiceUnavailableExceptionTest.php30 self::assertTrue(class_exists(HttpServiceUnavailableException::class));
/webtrees/app/Http/Exceptions/
H A DHttpServiceUnavailableException.php27 class HttpServiceUnavailableException extends HttpException class