mobile-ios/CovidSafe/Feedback/Sources/Errors.swift

9 lines
163 B
Swift
Raw Normal View History

2020-05-08 07:49:14 +00:00
// Copyright © 2020 Australian Government All rights reserved.
import Foundation
enum JMCError: Error {
case httpResponseError
case nilHTTPResponseError
}