Skip to content

Commit 76ab514

Browse files
fix(clients): link to support/help center on unreachable hosts (generated)
algolia/api-clients-automation#5305 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 87ebfe3 commit 76ab514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Exceptions/UnreachableException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public function __construct($message = '', $code = 0, $previous = null)
88
{
99
if (!$message) {
1010
$message
11-
= 'Impossible to connect, please check your Algolia Application Id.';
11+
= 'Impossible to connect, please check your Algolia Application Id. If the error persists, please visit our help center https://alg.li/support-unreachable-hosts or reach out to the Algolia Support team: https://alg.li/support';
1212
}
1313

1414
parent::__construct($message, $code, $previous);

0 commit comments

Comments
 (0)