mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-13 11:03:35 -06:00
5 lines
83 B
Swift
5 lines
83 B
Swift
enum TestError: Error, Equatable {
|
|
case badResponse
|
|
case invalidResponse
|
|
}
|