feat: APIError の追加

renovate/configure
yupix 2 years ago
parent 0eb4edf0ae
commit fcf8a57d32
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -8,3 +8,6 @@ class ParameterError(Exception):
class NotSupportedError(Exception):
"""特定のForkでサポートしていない場合のエラー"""
class APIError(Exception):
"""APIのエラー"""
Loading…
Cancel
Save