Impressia/Vernissage/Errors/DatabaseError.swift
Marcin Czachursk ab08edbe11 Refactor.
2023-01-20 16:57:25 +01:00

10 lines
212 B
Swift

//
// https://mczachurski.dev
// Copyright © 2023 Marcin Czachurski and the repository contributors.
// Licensed under the MIT License.
//
public enum DatabaseError: Error {
case cannotDownloadAccount
}