Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ittzggd committed Jun 7, 2024
1 parent 923ab7d commit 0791aa8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions HANE24/Model/Error.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@
// Error.swift
// 24HANE
//
<<<<<<< HEAD
// Created by Katherine JANG on 5/10/24.
=======
// Created by Hosung Lim on 5/8/24.
>>>>>>> dev
//

import Foundation

<<<<<<< HEAD
enum CustomError: Error {
case tokenExpired
case wrongQueryType
Expand Down Expand Up @@ -77,7 +72,6 @@ extension CustomError: LocalizedError {
}
}

=======
// API 처리에 대한 실패
enum ReissueError: Error {
case tokenExpired(String)
Expand All @@ -96,4 +90,3 @@ enum NetworkError: Error {
case tokenExpired(String)
case networkError(Int, String)
}
>>>>>>> dev

0 comments on commit 0791aa8

Please sign in to comment.