conversations-classic-ios/ConversationsClassic/AppData/Store/ClientStoreError.swift
2024-08-14 11:29:51 +02:00

5 lines
81 B
Swift

enum ClientStoreError: Error {
case clientNotFound
case rosterNotFound
}