Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ __init__
Method
__init__
mini_claude_code/retry.py:79–80 ·
view source on GitHub ↗
(self, message: str = "authentication failed")
Source
from the content-addressed store, hash-verified
77
is_retryable = False
78
79
def
__init__(self, message: str =
"authentication failed"
):
80
super().__init__(message)
81
82
83
class
RetriesExhausted(ApiError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected