From cde4e908f4ff86c14ad654e91e439b1d4bca6564 Mon Sep 17 00:00:00 2001 From: "Luke B. Silver" <22452787+loks0n@users.noreply.github.com> Date: Mon, 20 May 2024 13:12:28 +0100 Subject: [PATCH] Update errors.php --- 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 919dac97cc..67d4706a5d 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -521,7 +521,7 @@ return [ ], Exception::FUNCTION_SYNCHRONOUS_TIMEOUT => [ 'name' => Exception::FUNCTION_SYNCHRONOUS_TIMEOUT, - 'description' => 'Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.', + 'description' => 'Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn\'t exceed 30 seconds.', 'code' => 408, ],