Skip to content

Commit 8a934ce

Browse files
committed
feat: 例外 CredentialsErrorを追加
chore: 例外 NotSupportVersionと定数 NotSupportVersionTextを削除
1 parent 1d6a79c commit 8a934ce

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mipac/errors/base.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,5 @@ class ParameterError(Exception):
4040
"""引数に関するエラー"""
4141

4242

43-
class NotSupportVersion(Exception):
44-
"""サポートされていないバージョンのインスタンス"""
45-
46-
47-
NotSupportVersionText = "ご利用のインスタンスのバージョンではサポートされていない機能です"
43+
class CredentialsError(Exception):
44+
"""認証情報に関するエラー"""

0 commit comments

Comments
 (0)