From 0936072e177ab9b5c46bad37b5b7709c04f98372 Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Thu, 2 Mar 2023 09:05:59 +0200 Subject: [PATCH] Update app/config/errors.php Co-authored-by: Jake Barnby --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index 5d7d383a7d..6ceb207f76 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -561,7 +561,7 @@ return [ ], Exception::QUERY_BLOCKED => [ 'name' => Exception::QUERY_BLOCKED, - 'description' => 'Api call has been blocked after exceeding maximum hits of slow query exception', + 'description' => 'Request blocked after exceeding the maximum number of timeouts', 'code' => 403, ], Exception::QUERY_TIMEOUT => [