Skip to content

Commit

Permalink
Update src/main/kotlin/com/dotori/v2/domain/music/exception/NotValidM…
Browse files Browse the repository at this point in the history
…usicLikeException.kt

Co-authored-by: �Hope Kim <[email protected]>
  • Loading branch information
ta2ye0n and esperar authored Sep 12, 2024
1 parent ffbbd39 commit 945b2a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package com.dotori.v2.domain.music.exception
import com.dotori.v2.global.error.ErrorCode
import com.dotori.v2.global.error.exception.BasicException

class NotValidMusicLikeException:BasicException(ErrorCode.NOT_VALID_MUSIC_LIKE) {
class NotValidMusicLikeException : BasicException(ErrorCode.NOT_VALID_MUSIC_LIKE) {
}

0 comments on commit 945b2a1

Please sign in to comment.