Skip to content

Commit

Permalink
[#206] FEAT : HousErrorModel Error채택
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihyun247 committed Jul 8, 2023
1 parent ede16a8 commit 7a041ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hous-iOS-release/Global/Protocols/HouseErrorModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

public struct HouseErrorModel {
public struct HouseErrorModel: Error {
public init(success: Bool?, status: Int?, message: String?) {
self.success = success
self.status = status
Expand Down

0 comments on commit 7a041ab

Please sign in to comment.