mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-10-22 18:48:12 +02:00
Merge ZipFile and ZipOutputFile, optimization update archive.
This commit is contained in:
13
src/PhpZip/Exception/RuntimeException.php
Normal file
13
src/PhpZip/Exception/RuntimeException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace PhpZip\Exception;
|
||||
|
||||
/**
|
||||
* Runtime exception.
|
||||
*
|
||||
* @author Ne-Lexa alexey@nelexa.ru
|
||||
* @license MIT
|
||||
*/
|
||||
class RuntimeException extends ZipException
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user