An open API service indexing awesome lists of open source software.

https://github.com/devnix/zip-exception

Dumb package to get a more verbose error mesagge from class ZipArchive
https://github.com/devnix/zip-exception

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# devnix/zip-exception

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

## Installation

```
composer install
```

## Usage

```php
open($tmpZip)) {
throw new ZipException($zipStatus);
}

// ...

```