1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-10-19 09:06:17 +02:00
Files
php-zip/src/PhpZip/Exception/RuntimeException.php
2017-11-13 15:33:37 +03:00

14 lines
169 B
PHP

<?php
namespace PhpZip\Exception;
/**
* Runtime exception.
*
* @author Ne-Lexa alexey@nelexa.ru
* @license MIT
*/
class RuntimeException extends ZipException
{
}