Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php')
-rw-r--r--vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php b/vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php
new file mode 100644
index 0000000..05198cd
--- /dev/null
+++ b/vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace PhpZip\Exception;
+
+/**
+ * Thrown if entry unsupport compression method.
+ *
+ * @author Ne-Lexa alexey@nelexa.ru
+ * @license MIT
+ * @see \Exception
+ */
+class ZipUnsupportMethod extends ZipException
+{
+}