Files
raspberry/iOS/Wallet/Sources/Error/BlockchainError.swift
Андрей Геращенко 77f79a91f0 MALINKA-726: Buying Ram error popups
2022-12-29 20:36:09 +03:00

15 lines
275 B
Swift

//
// BlockchainError.swift
// Malinka
//
// Created by user on 28.12.2022.
// Copyright © 2022 NUT.Tech. All rights reserved.
//
import Foundation
enum BlockchainError: Error {
case lackOfResources(description: String)
case commonError(description: String)
}