We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed42c71 commit df83c7eCopy full SHA for df83c7e
1 file changed
system/Exceptions/DownloadException.php
@@ -23,4 +23,9 @@ public static function forNotFoundDownloadSource()
23
return new static(lang('HTTP.notFoundDownloadSource'));
24
}
25
26
+ public static function forCannotSetCache()
27
+ {
28
+ return new static(lang('HTTP.cannotSetCache'));
29
+ }
30
+
31
0 commit comments