mobile-ios/CovidSafe/Feedback/Sources/Errors.swift
2020-05-08 17:49:14 +10:00

8 lines
163 B
Swift

// Copyright © 2020 Australian Government All rights reserved.
import Foundation
enum JMCError: Error {
case httpResponseError
case nilHTTPResponseError
}