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