Skip to content

Commit ed42c71

Browse files
committed
fix: add exception message for bind point.
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
1 parent 9cbec75 commit ed42c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Language/en/HTTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// DownloadResponse
3636
'cannotSetBinary' => 'When setting filepath can not set binary.',
37-
'cannotSetFilepath' => 'When setting binary can not set filepath.',
37+
'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.',
4040

0 commit comments

Comments
 (0)