diff options
Diffstat (limited to 'app/Exceptions/ZipException.php')
| -rw-r--r-- | app/Exceptions/ZipException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/ZipException.php b/app/Exceptions/ZipException.php index a0664f913..57176ab5f 100644 --- a/app/Exceptions/ZipException.php +++ b/app/Exceptions/ZipException.php @@ -1,7 +1,7 @@ <?php declare(strict_types=1); -class FreshRSS_Zip_Exception extends Exception { +class FreshRSS_Zip_Exception extends Minz_Exception { private int $zipErrorCode = 0; |
