PHPZip\Zip\Listener\ZipArchiveListener::onException PHP Method

onException() public method

Event fired before a subclass of \PHPZip\Zip\Core\AbstractException is thrown.
Author: Greg Kappatos
public onException ( array $params )
$params array Array that contains file (zipEntry).
    public function onException(array $params);