mirror of
https://github.com/bitwarden/ios.git
synced 2026-04-13 01:13:26 -05:00
5 lines
83 B
Swift
5 lines
83 B
Swift
enum TestError: Error, Equatable {
|
|
case badResponse
|
|
case invalidResponse
|
|
}
|