Again adding nelexa's zip library
This commit is contained in:
14
SafeBoxEncryptor/vendor/nelexa/zip/src/Exception/InvalidArgumentException.php
vendored
Normal file
14
SafeBoxEncryptor/vendor/nelexa/zip/src/Exception/InvalidArgumentException.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace PhpZip\Exception;
|
||||
|
||||
/**
|
||||
* Thrown to indicate that a method has been passed an illegal or
|
||||
* inappropriate argument.
|
||||
*
|
||||
* @author Ne-Lexa alexey@nelexa.ru
|
||||
* @license MIT
|
||||
*/
|
||||
class InvalidArgumentException extends RuntimeException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user