Skip to content

Commit 7b83fad

Browse files
committed
feat: add can not status code exception message.
1 parent 0e30902 commit 7b83fad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

system/Language/en/HTTP.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'cannotSetFilepath' => 'When setting binary can not set filepath: {0}',
3838
'notFoundDownloadSource' => 'Not found download body source.',
3939
'cannotSetCache' => 'It does not supported caching for downloading.',
40+
'cannotSetStatusCode' => 'It does not supported chnage status code for downloading. code: {0}, reason: {1}',
4041

4142
// Response
4243
'missingResponseStatus' => 'HTTP Response is missing a status code',

0 commit comments

Comments
 (0)