From 5c074dc1fe3e4662539932fce2fe9fc3899f5546 Mon Sep 17 00:00:00 2001 From: Parship Chowdhury Date: Sat, 25 Apr 2026 09:42:37 +0000 Subject: [PATCH] change the err msg Signed-off-by: Parship Chowdhury --- example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.php b/example.php index 01a7cb8140..8e1452f31a 100644 --- a/example.php +++ b/example.php @@ -122,7 +122,7 @@ function configureSDK($sdk, $overrides = []) { $spec = getSSLPage("https://raw.githubusercontent.com/appwrite/specs/main/specs/{$version}/swagger2-{$version}-{$platform}.json"); if(empty($spec)) { - throw new Exception('Failed to fetch spec from Appwrite server'); + throw new Exception("Failed to fetch spec from GitHub (version: {$version}, platform: {$platform})"); } }