Again adding nelexa's zip library
This commit is contained in:
14
SafeBoxEncryptor/vendor/nelexa/zip/src/Exception/RuntimeException.php
vendored
Normal file
14
SafeBoxEncryptor/vendor/nelexa/zip/src/Exception/RuntimeException.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace PhpZip\Exception;
|
||||
|
||||
/**
|
||||
* Runtime exception.
|
||||
* Exception thrown if an error which can only be found on runtime occurs.
|
||||
*
|
||||
* @author Ne-Lexa alexey@nelexa.ru
|
||||
* @license MIT
|
||||
*/
|
||||
class RuntimeException extends \RuntimeException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user