first commit
This commit is contained in:
14
vendor/maennchen/zipstream-php/src/Exception/EncodingException.php
vendored
Normal file
14
vendor/maennchen/zipstream-php/src/Exception/EncodingException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZipStream\Exception;
|
||||
|
||||
use ZipStream\Exception;
|
||||
|
||||
/**
|
||||
* This Exception gets invoked if file or comment encoding is incorrect
|
||||
*/
|
||||
class EncodingException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user