Commit f1a59874 authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

fix code

parent 17a3880c
......@@ -116,8 +116,8 @@ sealed class CustomApiException(val code:Int,@StringRes val messageStringId: In
class ArticleIdExpectedException() : CustomApiException(CUSTOM_API_ERROR_RESPONSE_CODE_213
,messageStringId= CUSTOM_API_ERROR_RESPONSE_CODE_213_MESSAGE_ID)
class PhotoIdExpectedException() : CustomApiException(CUSTOM_API_ERROR_RESPONSE_CODE_212
,messageStringId= CUSTOM_API_ERROR_RESPONSE_CODE_212_MESSAGE_ID)
class PhotoIdExpectedException() : CustomApiException(CUSTOM_API_ERROR_RESPONSE_CODE_221
,messageStringId= CUSTOM_API_ERROR_RESPONSE_CODE_221_MESSAGE_ID)
class WrongZoneIdException() : CustomApiException(CUSTOM_API_ERROR_RESPONSE_CODE_231
,messageStringId= CUSTOM_API_ERROR_RESPONSE_CODE_231_MESSAGE_ID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment