Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NextronSystems/valhallaAPI
/ ApiError
Class
ApiError
valhallaAPI/filters.py:87–93 ·
view source on GitHub ↗
API error exception
Source
from the content-addressed store, hash-verified
85
86
87
class
ApiError(Exception):
88
""
"
89
API error exception
90
""
"
91
def
__init__(self, message):
92
Exception.__init__(self)
93
self.message = message
94
95
96
def
get_product_requirements(product):
Callers
1
get_rules_text
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected