Skip to content

Commit df83c7e

Browse files
committed
feat: add can not set cache exception.
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
1 parent ed42c71 commit df83c7e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

system/Exceptions/DownloadException.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ public static function forNotFoundDownloadSource()
2323
return new static(lang('HTTP.notFoundDownloadSource'));
2424
}
2525

26+
public static function forCannotSetCache()
27+
{
28+
return new static(lang('HTTP.cannotSetCache'));
29+
}
30+
2631
}

0 commit comments

Comments
 (0)