Skip to content

Commit 46f4434

Browse files
committed
CHORE: Domain 모듈 내 BitnagilError 클래스의 경로를 domain/common 으로 수정
1 parent c767674 commit 46f4434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/src/main/java/com/threegap/bitnagil/data/common/SafeApiCall.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.threegap.bitnagil.data.common
22

3-
import com.threegap.bitnagil.domain.error.model.BitnagilError
3+
import com.threegap.bitnagil.domain.common.model.BitnagilError
44
import com.threegap.bitnagil.network.model.BaseResponse
55
import com.threegap.bitnagil.network.model.ErrorResponse
66
import kotlinx.serialization.json.Json

domain/src/main/java/com/threegap/bitnagil/domain/error/model/BitnagilError.kt renamed to domain/src/main/java/com/threegap/bitnagil/domain/common/model/BitnagilError.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.threegap.bitnagil.domain.error.model
1+
package com.threegap.bitnagil.domain.common.model
22

33
data class BitnagilError(
44
val code: String,

0 commit comments

Comments
 (0)