You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mock-server/src/Utopia/Exception.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
],
70
70
Exception::GENERAL_ROUTE_NOT_FOUND => [
71
71
'name' => Exception::GENERAL_ROUTE_NOT_FOUND,
72
-
'description' => 'The requested route was not found. Please refer to the API docs and try again.',
72
+
'description' => 'Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details.',
0 commit comments