Skip to content

Commit

Permalink
feat: add can not set cache exception.
Browse files Browse the repository at this point in the history
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
  • Loading branch information
ytetsuro committed Oct 4, 2018
1 parent ed42c71 commit df83c7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/Exceptions/DownloadException.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ public static function forNotFoundDownloadSource()
return new static(lang('HTTP.notFoundDownloadSource'));
}

public static function forCannotSetCache()
{
return new static(lang('HTTP.cannotSetCache'));
}

}

0 comments on commit df83c7e

Please sign in to comment.