Nenhuma Descrição
// // Error.swift // PaiaiDataKit // // Created by ffib on 2019/1/21. // Copyright © 2019 yb. All rights reserved. // import Foundation public struct BusinessError: Error { public var id: Int } public struct ParseError: Error {}