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

15 lines
217 B
PHP
Executable File

<?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
{
}