1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Update app/config/errors.php

Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
Luke B. Silver 2024-05-20 13:11:52 +01:00 committed by GitHub
parent b3c00c4d32
commit a4dfc135e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -521,7 +521,7 @@ return [
],
Exception::FUNCTION_SYNCHRONOUS_TIMEOUT => [
'name' => Exception::FUNCTION_SYNCHRONOUS_TIMEOUT,
'description' => 'Synchronous function execution timed out. Please check the function code and try again.',
'description' => 'Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.',
'code' => 408,
],