1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-06 07:27:23 +02:00

Add ZipModel for all changes.

This commit is contained in:
wapplay-home-linux
2017-11-13 15:33:37 +03:00
parent a72db0aa7d
commit 452c5920dd
73 changed files with 7081 additions and 3431 deletions

View File

@@ -1,4 +1,5 @@
<?php
namespace PhpZip\Exception;
/**
@@ -10,5 +11,4 @@ namespace PhpZip\Exception;
*/
class ZipCryptoException extends ZipException
{
}
}