1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| # -*- 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"""
|
|