Skip to content

Commit

Permalink
fix: Throwable 을 throw 하지 않도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed May 19, 2024
1 parent 736fb52 commit 75f4c61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ private fun <T> handleBadRequestException(response: Response<T>) {
throw BookmarkLimitExceededException()
}
}
throw Throwable("400 Bad Request")
}
}

0 comments on commit 75f4c61

Please sign in to comment.