1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

feat: update descriptions of storage errors

This commit is contained in:
Christy Jacob 2022-02-08 03:01:28 +04:00
parent e600fc9483
commit 4934736e2d

View file

@ -258,7 +258,7 @@ return [
],
Exception::STORAGE_INVALID_FILE_SIZE => [
'name' => Exception::STORAGE_INVALID_FILE_SIZE,
'description' => 'The file size is either not valid or exceeds the maximum allowed size.',
'description' => 'The file size is either not valid or exceeds the maximum allowed size. Please check the file or the value of the _APP_STORAGE_LIMIT environment variable.',
'code' => 400,
],
Exception::STORAGE_INVALID_FILE => [