<?php
namespace Safe\Exceptions;

class ZipException extends AbstractSafeException
{
}
