File "EncodingException.php"

Full path: /home/fsibplc/public_html/fsib/remittance/vendor/maennchen/zipstream-php/src/Exception/EncodingException.php
File size: 216 B (216 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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