Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HuaYaoAI/FinGenius
/ __init__
Method
__init__
src/exceptions.py:4–5 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
2
""
"Raised when a tool encounters an error."
""
3
4
def
__init__(self, message):
5
self.message = message
6
7
8
class
TokenLimitExceeded(Exception):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected