Skip to content

Commit

Permalink
feat: APIError の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Apr 20, 2022
1 parent 0eb4edf commit fcf8a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mipac/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ class ParameterError(Exception):

class NotSupportedError(Exception):
"""特定のForkでサポートしていない場合のエラー"""

class APIError(Exception):
"""APIのエラー"""

0 comments on commit fcf8a57

Please sign in to comment.