This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/ios-swiftui/SherpaOnnxSubtitle/SherpaOnnxSubtitle/Models/Errors.swift
2023-09-25 16:36:16 +08:00

13 lines
178 B
Swift

//
// Errors.swift
// YPlayer
//
// Created by knight on 2023/8/26.
//
import Foundation
enum ExportError: String, Error {
case fileNotFound = "export file not found"
}