aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ZipException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Exceptions/ZipException.php')
-rw-r--r--app/Exceptions/ZipException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/ZipException.php b/app/Exceptions/ZipException.php
index 8441daedf..ad01b87ea 100644
--- a/app/Exceptions/ZipException.php
+++ b/app/Exceptions/ZipException.php
@@ -2,7 +2,7 @@
class FreshRSS_Zip_Exception extends Exception {
private $zipErrorCode = 0;
-
+
public function __construct($zipErrorCode) {
parent::__construct('ZIP error! ' . $url, 2141);
$this->zipErrorCode = $zipErrorCode;