4 lines
57 B
Swift
4 lines
57 B
Swift
enum ClientStoreError: Error {
|
|
case clientNotFound
|
|
}
|
enum ClientStoreError: Error {
|
|
case clientNotFound
|
|
}
|