Update app/config/errors.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Shmuel Fogel
2023-03-02 09:05:59 +02:00
committed by GitHub
co-authored by Jake Barnby
parent d34af2764d
commit 0936072e17
+1 -1
View File
@@ -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 => [