We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3a089 commit 18f60c2Copy full SHA for 18f60c2
1 file changed
tagoapi/exceptions.py
@@ -18,6 +18,9 @@ class RequestExcessdsError(TAGOAPIError):
18
class NoOpenAPIServiceError(TAGOAPIError):
19
"""오픈 API 서비스가 없거나 페기됨"""
20
pass
21
+class CacheNotFoundError(TAGOAPIError):
22
+ """캐시파일을 불러오지 못할 때"""
23
+ pass
24
25
class TAGORequestError(TAGOAPIError):
26
"""요청 실패 (http 에러, 타임아웃 등)"""
0 commit comments