# -*- coding: utf-8 -*- """ @File : convert.py @Time : 2023/9/11 16:02 @Author : geekbing @LastEditTime : - @LastEditors : - @Description : - """ class HarConvertError(Exception): """convert har file error""" class GenerateError(Exception): """generate case error"""