Skip to content

Commit dbff390

Browse files
committed
Add new error code
1 parent aae275c commit dbff390

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/src/main/kotlin/me/proxer/library/ProxerException.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class ProxerException : Exception {
141141
INFO_DELETE_COMMENT_INVALID_INPUT(3061),
142142
UCP_INVALID_SETTINGS(3062),
143143
ANIME_LOGIN_REQUIRED(3063),
144+
IP_AUTHENTICATION_REQUIRED(3064),
144145

145146
UNKNOWN(10000);
146147

0 commit comments

Comments
 (0)