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/ZipAuthenticationException.php')
-rw-r--r--vendor/nelexa/zip/src/PhpZip/Exception/ZipAuthenticationException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/nelexa/zip/src/PhpZip/Exception/ZipAuthenticationException.php b/vendor/nelexa/zip/src/PhpZip/Exception/ZipAuthenticationException.php
new file mode 100644
index 0000000..7f38672
--- /dev/null
+++ b/vendor/nelexa/zip/src/PhpZip/Exception/ZipAuthenticationException.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace PhpZip\Exception;
+
+/**
+ * Thrown to indicate that an authenticated ZIP entry has been tampered with.
+ *
+ * @author Ne-Lexa alexey@nelexa.ru
+ * @license MIT
+ */
+class ZipAuthenticationException extends ZipCryptoException
+{
+}