mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-17 22:21:13 +02:00
14 lines
169 B
PHP
14 lines
169 B
PHP
<?php
|
|
|
|
namespace PhpZip\Exception;
|
|
|
|
/**
|
|
* Runtime exception.
|
|
*
|
|
* @author Ne-Lexa alexey@nelexa.ru
|
|
* @license MIT
|
|
*/
|
|
class RuntimeException extends ZipException
|
|
{
|
|
}
|