Files
fast_response/superadmin/vendor/maennchen/zipstream-php/src/Exception/IncompatibleOptionsException.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

15 lines
215 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace ZipStream\Exception;
use ZipStream\Exception;
/**
* This Exception gets invoked if options are incompatible
*/
class IncompatibleOptionsException extends Exception
{
}