mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 14:24:59 +00:00
8 lines
163 B
Swift
8 lines
163 B
Swift
// Copyright © 2020 Australian Government All rights reserved.
|
|
|
|
import Foundation
|
|
|
|
enum JMCError: Error {
|
|
case httpResponseError
|
|
case nilHTTPResponseError
|
|
}
|