5 lines
81 B
Swift
5 lines
81 B
Swift
enum ClientStoreError: Error {
|
|
case clientNotFound
|
|
case rosterNotFound
|
|
}
|