Skip to content

devnix/zip-exception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devnix/zip-exception

Dumb package to get a more verbose error mesagge from class ZipArchive

Installation

composer install

Usage

<?php

use Devnix\ZipException\ZipException;

$zip = new ZipArchive();

if (!$zipStatus = $zip->open($tmpZip)) {
    throw new ZipException($zipStatus);
}

// ...

About

Dumb package to get a more verbose error mesagge from class ZipArchive

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages