Files
zyt/server/vendor/maennchen/zipstream-php/src/Exception/EncodingException.php
T
2026-05-11 17:49:38 +08: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
{
}