class MakeZIPError(BaseError):
    """archive::MakeZip module error
    """

    def __init__(self, error_class, message):