Update errors.php

This commit is contained in:
Luke B. Silver
2024-05-20 13:12:28 +01:00
committed by GitHub
parent a4dfc135e5
commit cde4e908f4
+1 -1
View File
@@ -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,
],