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, ],